]> granicus.if.org Git - libvpx/commit
iosbuild.sh: Support macosx targets in Xcode 7.
authorTom Finegan <tomfinegan@google.com>
Wed, 9 Dec 2015 21:52:06 +0000 (13:52 -0800)
committerTom Finegan <tomfinegan@google.com>
Wed, 9 Dec 2015 21:52:06 +0000 (13:52 -0800)
commitacf580d2bb38fbe61aee283133fa101f8a33e4df
treed4e76427d956c4795bbd989fe11123fad92dad32
parent74c67e3da3fe62ab2599dbb471657db7a8e03d16
iosbuild.sh: Support macosx targets in Xcode 7.

Xcode 7 refuses to link to x86 and x86_64 code that's built for
iphone sim, so add an extra command line flag that forces iosbuild
to use darwin15 targets.

Change-Id: I2228d458f5cccf4d26866040380a974f88d9d360
build/make/iosbuild.sh