[vlc-commits] Contribs: accept more toolchains for OS X
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Wed Nov  4 14:30:23 CET 2015
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov  4 14:29:45 2015 +0100| [7da16002e36da1bce6621602a9d8a622e096bb22] | committer: Jean-Baptiste Kempf
Contribs: accept more toolchains for OS X
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7da16002e36da1bce6621602a9d8a622e096bb22
---
 contrib/bootstrap |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index 4f6d4ee..74e5e38 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -253,7 +253,7 @@ test -z "$WITH_OPTIMIZATION" || add_make_enabled "WITH_OPTIMIZATION"
 #
 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