diff options
author | S. Davilla <davilla@4pi.com> | 2011-04-30 20:55:45 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-04-30 20:56:01 -0400 |
commit | f5e63e6a4c453e2a374a9b233e4108dcd15f88b7 (patch) | |
tree | fa292f10fd5b7464a9809e976323cb9a1a3d91d5 | |
parent | 88a28ee076f7ab5380e4cd5c50dcba9a49d4b0b0 (diff) |
[ios] turn off native texturepacker until we can figure out x86_64 issues on osx
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a9d7f8d086..cef18ef262 100644 --- a/configure.in +++ b/configure.in @@ -340,7 +340,7 @@ case $host in use_joystick=no use_vdadecoder=no use_vtbdecoder=yes - use_texturepacker_native=yes + use_texturepacker_native=no USE_TEXTUREPACKER_NATIVE_ROOT="/opt/local" ARCH="arm-osx" SYSROOT="-miphoneos-version-min=4.1 -isysroot $SDKROOT" |