[vlc-devel] commit: contribs: fixed correct package selection for x86_64 on Darwin broken in [ c1bc979ea72d16d07515a214a4adce210896e467] ( Felix Paul Kühne )
git version control
git at videolan.org
Thu Sep 3 01:52:05 CEST 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Sep 3 01:51:48 2009 +0200| [61ad0da592d1d5bf64be30367c96d155e03a86dc] | committer: Felix Paul Kühne
contribs: fixed correct package selection for x86_64 on Darwin broken in [c1bc979ea72d16d07515a214a4adce210896e467]
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=61ad0da592d1d5bf64be30367c96d155e03a86dc
---
extras/contrib/bootstrap | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index ee7ba0d..539f3fc 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -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
More information about the vlc-devel
mailing list