Skip to content

Commit

Permalink
[osx] allow darwin to accept i386 and i686 flavors for host
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed Jul 11, 2011
1 parent 660a443 commit f2f36e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -373,7 +373,7 @@ case $host in
PYTHON_NOVERSIONCHECK="no-check"
AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_DARWIN -DTARGET_DARWIN_IOS -D_LINUX")
;;
i386-apple-darwin*)
*86-apple-darwin*)
use_joystick=no
use_vtbdecoder=no
use_texturepacker_native=yes
Expand Down

0 comments on commit f2f36e4

Please sign in to comment.