ios: use --force-target option to enable x86 with darwin10

This commit is contained in:
Pierre-Eric Pelloux-Prayer 2011-08-04 08:52:57 +02:00
parent 8ae28404e1
commit 3a76a6b3fe

View file

@ -9,7 +9,7 @@ ifneq (,$(findstring armv6,$(host)))
else ifneq (,$(findstring armv7,$(host)))
libvpx_configure_options+= --target=armv7-darwin-gcc --cpu=cortex-a8
else
libvpx_configure_options+= --target=x86_64-darwin10-gcc
libvpx_configure_options+= --force-target=x86-darwin10-gcc
endif
libvpx_dir?=externals/libvpx