Commit 7da16002 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: accept more toolchains for OS X

parent 8521a85a
...@@ -253,7 +253,7 @@ test -z "$WITH_OPTIMIZATION" || add_make_enabled "WITH_OPTIMIZATION" ...@@ -253,7 +253,7 @@ test -z "$WITH_OPTIMIZATION" || add_make_enabled "WITH_OPTIMIZATION"
# #
OS="${HOST#*-}" # strip architecture OS="${HOST#*-}" # strip architecture
case "${OS}" in case "${OS}" in
apple-darwin*) *-darwin*)
if test -z "$BUILDFORIOS" if test -z "$BUILDFORIOS"
then then
check_macosx_sdk check_macosx_sdk
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment