Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
f2a6799c
Commit
f2a6799c
authored
May 01, 2012
by
Johann
Committed by
Gerrit Code Review
May 01, 2012
Browse files
Merge "Update paths for iOS 5.1" into eider
parents
e5cef5d5
e918ed98
Changes
1
Show whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
f2a6799c
...
@@ -821,7 +821,8 @@ process_common_toolchain() {
...
@@ -821,7 +821,8 @@ process_common_toolchain() {
darwin
*
)
darwin
*
)
if
[
-z
"
${
sdk_path
}
"
]
;
then
if
[
-z
"
${
sdk_path
}
"
]
;
then
SDK_PATH
=
/Developer/Platforms/iPhoneOS.platform/Developer
SDK_PATH
=
`
xcode-select
-print-path
2> /dev/null
`
SDK_PATH
=
${
SDK_PATH
}
/Platforms/iPhoneOS.platform/Developer
else
else
SDK_PATH
=
${
sdk_path
}
SDK_PATH
=
${
sdk_path
}
fi
fi
...
@@ -843,7 +844,7 @@ process_common_toolchain() {
...
@@ -843,7 +844,7 @@ process_common_toolchain() {
add_ldflags
-arch_only
${
tgt_isa
}
add_ldflags
-arch_only
${
tgt_isa
}
if
[
-z
"
${
alt_libc
}
"
]
;
then
if
[
-z
"
${
alt_libc
}
"
]
;
then
alt_libc
=
${
SDK_PATH
}
/SDKs/iPhoneOS5.
0
.sdk
alt_libc
=
${
SDK_PATH
}
/SDKs/iPhoneOS5.
1
.sdk
fi
fi
add_cflags
"-isysroot
${
alt_libc
}
"
add_cflags
"-isysroot
${
alt_libc
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment