[vlc-commits] Contribs: accept more toolchains for OS X
Jean-Baptiste Kempf
git at videolan.org
Sun Nov 22 21:37:09 CET 2015
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 4 14:29:45 2015 +0100| [7ca9f51a21c87845d60d8465a8e8da56dd99b403] | committer: Jean-Baptiste Kempf
Contribs: accept more toolchains for OS X
(cherry picked from commit 7da16002e36da1bce6621602a9d8a622e096bb22)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=7ca9f51a21c87845d60d8465a8e8da56dd99b403
---
contrib/bootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index b77a9d9..4fa2474 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -228,7 +228,7 @@ test -z "$GPL" || add_make_enabled "GPL"
#
OS="${HOST#*-}" # strip architecture
case "${OS}" in
- apple-darwin*)
+ *-darwin*)
if test -z "$BUILDFORIOS"
then
check_macosx_sdk
More information about the vlc-commits
mailing list