projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fca79c
)
Change default iOS dev path
author
Johann
<johannkoenig@google.com>
Wed, 24 Apr 2013 21:26:35 +0000
(14:26 -0700)
committer
Johann
<johannkoenig@google.com>
Wed, 24 Apr 2013 21:26:35 +0000
(14:26 -0700)
This can be manually overridden with --libc=
Change-Id: I0b857c751d5dc5423f79785e934bc8a714758e75
build/make/configure.sh
patch
|
blob
|
history
diff --git
a/build/make/configure.sh
b/build/make/configure.sh
index
4d0cad2
..
23dc87f
100755
(executable)
--- a/
build/make/configure.sh
+++ b/
build/make/configure.sh
@@
-918,7
+918,7
@@
process_common_toolchain() {
add_ldflags -arch_only ${tgt_isa}
if [ -z "${alt_libc}" ]; then
- alt_libc=${SDK_PATH}/SDKs/iPhoneOS
5.1
.sdk
+ alt_libc=${SDK_PATH}/SDKs/iPhoneOS
6.0
.sdk
fi
add_cflags "-isysroot ${alt_libc}"