Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
55a79f6b
Commit
55a79f6b
authored
Sep 26, 2014
by
James Zern
Committed by
Gerrit Code Review
Sep 26, 2014
Browse files
Merge "iphonesimulator: make iOS 6 the minimum requirement"
parents
62848d2a
0a9e39fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
55a79f6b
...
...
@@ -788,8 +788,8 @@ process_common_toolchain() {
add_ldflags
"-mmacosx-version-min=10.9"
;;
*
-iphonesimulator-
*
)
add_cflags
"-miphoneos-version-min=
5
.0"
add_ldflags
"-miphoneos-version-min=
5
.0"
add_cflags
"-miphoneos-version-min=
6
.0"
add_ldflags
"-miphoneos-version-min=
6
.0"
osx_sdk_dir
=
"
$(
xcrun
--sdk
iphonesimulator
--show-sdk-path
)
"
add_cflags
"-isysroot
${
osx_sdk_dir
}
"
add_ldflags
"-isysroot
${
osx_sdk_dir
}
"
...
...
Write
Preview
Supports
Markdown
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