]> git.sesse.net Git - vlc/commitdiff
contribs: fixed correct package selection for x86_64 on Darwin broken in [c1bc979ea72...
authorFelix Paul Kühne <fkuehne@videolan.org>
Wed, 2 Sep 2009 23:51:48 +0000 (01:51 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Wed, 2 Sep 2009 23:52:00 +0000 (01:52 +0200)
extras/contrib/bootstrap

index ee7ba0d5fb2d193a7a16cb2dba6c16a429a0b73d..539f3fc569f8299820747b3c3bca0cb1492046e4 100755 (executable)
@@ -185,7 +185,7 @@ case $HOST in
         RANLIB="ranlib"
         AR="ar"
         STRIP="strip"
-        DISTRO=darwin
+        DISTRO=darwin64
         if test -e /Developer/SDKs; then
             echo "SDKs found. Everything is fine." >&2
         else