mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Don't use echo -e for creating the Wine shim
Apparently that's not as portable as I expected.
This commit is contained in:
3
Makefile
3
Makefile
@@ -237,7 +237,8 @@ mingw64:
|
||||
PKG_CONFIG=x86_64-w64-mingw32-pkg-config -j
|
||||
|
||||
wine-shim:
|
||||
$Qecho -e '#!/bin/sh\nWINEDEBUG=-all wine $$0.exe "$${@:1}"' > rgbshim.sh
|
||||
$Qecho '#!/bin/sh' > rgbshim.sh
|
||||
$Qecho 'WINEDEBUG=-all wine $$0.exe "$${@:1}"' >> rgbshim.sh
|
||||
$Qchmod +x rgbshim.sh
|
||||
$Qln -s rgbshim.sh rgbasm
|
||||
$Qln -s rgbshim.sh rgblink
|
||||
|
||||
Reference in New Issue
Block a user