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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue