forked from Silverfish/proton-bridge
Fix build on MacOS
This commit is contained in:
committed by
James Houlahan
parent
d76f3015fb
commit
4806fa0808
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ ifeq "${GOOS}" "windows"
|
||||
endif
|
||||
ifeq "${GOOS}" "darwin"
|
||||
DARWINAPP_CONTENTS:=${DEPLOY_DIR}/darwin/${EXE}.app/Contents
|
||||
EXE:=Contents/Macos/${EXE}
|
||||
EXE:=${EXE}.app/Contents/MacOS/${EXE}
|
||||
endif
|
||||
EXE_TARGET:=${DEPLOY_DIR}/${GOOS}/${EXE}
|
||||
TGZ_TARGET:=bridge_${GOOS}_${REVISION}.tgz
|
||||
|
||||
Reference in New Issue
Block a user