mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-28 23:55:52 +03:00
Fix building on Mac
This commit is contained in:
parent
92653d67bd
commit
802605d1be
@ -16,6 +16,7 @@ usage()
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
JOBS=-j5
|
JOBS=-j5
|
||||||
|
PLATFORM=$(uname)
|
||||||
|
|
||||||
#./wine/ <-- wine source
|
#./wine/ <-- wine source
|
||||||
#./build/ <-- built files
|
#./build/ <-- built files
|
||||||
@ -238,7 +239,6 @@ if [ x"$RELEASE_BUILD" == x ]; then
|
|||||||
set +e; CCACHE=`which ccache`; set -e
|
set +e; CCACHE=`which ccache`; set -e
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PLATFORM=$(uname)
|
|
||||||
if [ "$PLATFORM" == "Darwin" ]; then
|
if [ "$PLATFORM" == "Darwin" ]; then
|
||||||
CC="$CCACHE clang"
|
CC="$CCACHE clang"
|
||||||
AMD64_WRAPPER=""
|
AMD64_WRAPPER=""
|
||||||
|
Loading…
Reference in New Issue
Block a user