Fix building on Mac

This commit is contained in:
Andrew Eikum 2018-04-10 10:18:52 -05:00
parent 92653d67bd
commit 802605d1be

View File

@ -16,6 +16,7 @@ usage()
set -e
JOBS=-j5
PLATFORM=$(uname)
#./wine/ <-- wine source
#./build/ <-- built files
@ -238,7 +239,6 @@ if [ x"$RELEASE_BUILD" == x ]; then
set +e; CCACHE=`which ccache`; set -e
fi
PLATFORM=$(uname)
if [ "$PLATFORM" == "Darwin" ]; then
CC="$CCACHE clang"
AMD64_WRAPPER=""