Commit c9ce6b32 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: fixed correct package selection for x86_64 on Darwin broken in...

contribs: fixed correct package selection for x86_64 on Darwin broken in [c1bc979e]
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent cbd8773a
...@@ -194,7 +194,7 @@ case $HOST in ...@@ -194,7 +194,7 @@ case $HOST in
RANLIB="ranlib" RANLIB="ranlib"
AR="ar" AR="ar"
STRIP="strip" STRIP="strip"
DISTRO=darwin DISTRO=darwin64
if test -e /Developer/SDKs; then if test -e /Developer/SDKs; then
echo "SDKs found. Everything is fine." >&2 echo "SDKs found. Everything is fine." >&2
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment