mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 23:25:50 +03:00
Fix building on Mac
This commit is contained in:
parent
92653d67bd
commit
802605d1be
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user