From 3a76a6b3fe6a04f4acf159f207b8ceecf611f31d Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Thu, 4 Aug 2011 08:52:57 +0200 Subject: [PATCH] ios: use --force-target option to enable x86 with darwin10 --- submodules/build/builders.d/libvpx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/build/builders.d/libvpx.mk b/submodules/build/builders.d/libvpx.mk index 453cea967..2616156c0 100644 --- a/submodules/build/builders.d/libvpx.mk +++ b/submodules/build/builders.d/libvpx.mk @@ -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