diff options
author | Oystein Eftevaag | 2009-05-10 22:15:33 +0000 |
---|---|---|
committer | Oystein Eftevaag | 2009-05-10 22:15:33 +0000 |
commit | 6d56924bb1854ee9592c4223a4746a32038ade6d (patch) | |
tree | 45d4da7febdfa755cb3a29cee28a8a05d95804f7 /configure | |
parent | 665e472ef0bf9cd38c92ebe58975cbda74241a07 (diff) | |
download | scummvm-rg350-6d56924bb1854ee9592c4223a4746a32038ade6d.tar.gz scummvm-rg350-6d56924bb1854ee9592c4223a4746a32038ade6d.tar.bz2 scummvm-rg350-6d56924bb1854ee9592c4223a4746a32038ade6d.zip |
iPhone fixes for compiling with the unofficial sdk
svn-id: r40440
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1858,7 +1858,7 @@ case $_backend in ;; iphone) OBJCFLAGS="$OBJCFLAGS --std=c99" - LIBS="$LIBS -lobjc -framework UIKit -framework CoreGraphics -framework CoreSurface -framework QuartzCore -framework GraphicsServices -framework CoreFoundation -framework Foundation -framework AudioToolbox -framework CoreAudio" + LIBS="$LIBS -lobjc -framework UIKit -framework CoreGraphics -framework OpenGLES -framework QuartzCore -framework GraphicsServices -framework CoreFoundation -framework Foundation -framework AudioToolbox -framework CoreAudio" ;; dc) INCLUDES="$INCLUDES "'-I$(srcdir)/backends/platform/dc -isystem $(ronindir)/include' |