mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01:00
Fix building on Mac
This commit is contained in:
parent
92653d67bd
commit
802605d1be
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue