Commit 61ad0da5 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]
parent 04274b26
...@@ -185,7 +185,7 @@ case $HOST in ...@@ -185,7 +185,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