mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-26 15:11:36 +03:00
makefile_base.mak: Don't install wine-preloader on OS X
Carryover from build_proton.sh
This commit is contained in:
parent
dde5b89ecc
commit
15b4f5b84a
@ -1094,8 +1094,7 @@ wine32-intermediate: $(WINE_CONFIGURE_FILES32)
|
||||
mkdir -p ../$(DST_DIR)/{lib,bin} && \
|
||||
cp -a ../$(WINE_DST32)/lib ../$(DST_DIR)/ && \
|
||||
cp -a ../$(WINE_DST32)/bin/wine ../$(DST_DIR)/bin && \
|
||||
cp -a ../$(WINE_DST32)/bin/wine-preloader ../$(DST_DIR)/bin/
|
||||
# TODO not on Darwin^
|
||||
[ "x"$(OSX) != "x1" ] || cp -a ../$(WINE_DST32)/bin/wine-preloader ../$(DST_DIR)/bin/
|
||||
|
||||
##
|
||||
## vrclient
|
||||
|
Loading…
x
Reference in New Issue
Block a user