From 81b190d4041b6fcaa3bb1089374ce2c368a62d8d Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Wed, 30 May 2018 12:59:03 -0500 Subject: [PATCH] build_proton: Fix building on Mac --- build_proton.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_proton.sh b/build_proton.sh index 9b0c188a..7544d8db 100755 --- a/build_proton.sh +++ b/build_proton.sh @@ -504,8 +504,8 @@ if [ "$PACKAGE" = true ]; then else RUNTIME_RUNSH="" fi - WINEPREFIX="$TOP"/build/dist/share/default_pfx/ "$RUNTIME_RUNSH" ./build/dist/bin/wine64 wineboot - WINEPREFIX="$TOP"/build/dist/share/default_pfx/ "$RUNTIME_RUNSH" ./build/dist/bin/wineserver -w + WINEPREFIX="$TOP"/build/dist/share/default_pfx/ $RUNTIME_RUNSH ./build/dist/bin/wine64 wineboot + WINEPREFIX="$TOP"/build/dist/share/default_pfx/ $RUNTIME_RUNSH ./build/dist/bin/wineserver -w #the difference between -1 and -9 is about 20 MB, so prioritize quick startup over file size tar -C build/dist -c . | gzip -c -1 > dist/proton_dist.tar.gz