1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

Contribs: accept more toolchains for OS X

This commit is contained in:
Jean-Baptiste Kempf 2015-11-04 14:29:45 +01:00
parent 8521a85af9
commit 7da16002e3

View File

@ -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