mirror of
https://github.com/scummvm/scummvm-sites.git
synced 2026-05-21 05:40:45 +00:00
BUILDBOT: Fix PATH for Win32 toolchains
This commit is contained in:
+2
-2
@@ -302,7 +302,7 @@ p = {
|
||||
"--host=i686-w64-mingw32.static"
|
||||
],
|
||||
"env": scumm_env_mingw_w32,
|
||||
"strip": "i686-w64-mingw32.static-strip scummvm.exe",
|
||||
"strip": "/opt/toolchains/mxe/usr/bin/i686-w64-mingw32.static-strip scummvm.exe",
|
||||
"package": [
|
||||
"scummvm.exe",
|
||||
"%s/bin/SDL2.dll" % scumm_root_mingw_w32,
|
||||
@@ -346,7 +346,7 @@ p = {
|
||||
"--host=x86_64-w64-mingw32.static"
|
||||
],
|
||||
"env": scumm_env_mingw_w64,
|
||||
"strip": "x86_64-w64-mingw32.static-strip scummvm.exe",
|
||||
"strip": "/opt/toolchains/mxe/usr/bin/x86_64-w64-mingw32.static-strip scummvm.exe",
|
||||
"package": [
|
||||
"scummvm.exe",
|
||||
"%s/bin/SDL2.dll" % scumm_root_mingw_w64,
|
||||
|
||||
Reference in New Issue
Block a user