mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-04-29 22:24:27 +02:00
makefile_base.mak: Fix inverted logic on wine-preloader install
Should not install on OS X, rather than only install on OS X (oops!)
This commit is contained in:
parent
c3a326be07
commit
d616614dce
@ -1114,7 +1114,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 && \
|
||||
[ "x"$(OSX) != "x1" ] || cp -a ../$(WINE_DST32)/bin/wine-preloader ../$(DST_DIR)/bin/
|
||||
[ "x"$(OSX) = "x1" ] || cp -a ../$(WINE_DST32)/bin/wine-preloader ../$(DST_DIR)/bin/
|
||||
|
||||
##
|
||||
## vrclient
|
||||
|
Loading…
x
Reference in New Issue
Block a user