From 802605d1becceb8b1fea1f418e5c17df10fcfe6c Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Tue, 10 Apr 2018 10:18:52 -0500 Subject: [PATCH] Fix building on Mac --- build_proton.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_proton.sh b/build_proton.sh index c2237db7..970c0a01 100755 --- a/build_proton.sh +++ b/build_proton.sh @@ -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=""