aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2012-10-08 22:52:29 -0400
committerdavilla <davilla@4pi.com>2012-10-08 22:53:39 -0400
commit054a22726878475e9213e5ac47f36fed177b24ca (patch)
tree49ba26c1dd50b0142ac008d72d384ceb6f6bb3a6 /configure.in
parentd248283ea1154f2b3a58783d71a73e5b949de736 (diff)
[ios] fixed buildside texturepacker for ios
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index 95171f8cd9..38f2e4793a 100644
--- a/configure.in
+++ b/configure.in
@@ -589,13 +589,7 @@ case $host in
use_dvdcss=no
use_gles=yes
use_cpu=cortex-a8
- check_sdl_arch=[`file /opt/local/lib/libSDL_image.dylib | awk '{V=7; print $V}'`]
- if test "x$check_sdl_arch" = "xi386"; then
- use_texturepacker_native=yes
- USE_TEXTUREPACKER_NATIVE_ROOT="/opt/local"
- else
- use_texturepacker=no
- fi
+ use_texturepacker_native=yes
ARCH="arm-osx"
use_arch="arm"
PYTHON_VERSION="2.6"
@@ -609,7 +603,6 @@ case $host in
use_joystick=no
use_vtbdecoder=no
use_texturepacker_native=yes
- USE_TEXTUREPACKER_NATIVE_ROOT="$prefix"
ARCH="x86-osx"
AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_DARWIN -DTARGET_DARWIN_OSX -D_LINUX")
;;