aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e0998617df..958b4ad1f0 100755
--- a/configure
+++ b/configure
@@ -3553,7 +3553,7 @@ case $_backend in
ios7)
append_var LIBS "-lobjc -framework UIKit -framework CoreGraphics -framework OpenGLES"
append_var LIBS "-framework QuartzCore -framework CoreFoundation -framework Foundation"
- append_var LIBS "-framework AudioToolbox -framework CoreAudio"
+ append_var LIBS "-framework AudioToolbox -framework CoreAudio -framework SystemConfiguration "
append_var LDFLAGS "-miphoneos-version-min=7.1 -arch armv7"
append_var CFLAGS "-miphoneos-version-min=7.1 -arch armv7"
append_var CXXFLAGS "-miphoneos-version-min=7.1 -arch armv7"