makefile_base.mak: Don't install wine-preloader on OS X

Carryover from build_proton.sh
This commit is contained in:
John Schoenick 2018-08-28 15:12:07 -07:00
parent dde5b89ecc
commit 15b4f5b84a

View file

@ -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