summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-04-08 22:55:50 +0100
committerCarl Hetherington <cth@carlh.net>2019-04-08 22:55:50 +0100
commitdaa53f9d523d4aaaf146a690b0fcc0228d736fa5 (patch)
tree8c41334e1546d2dc243917ec88c052cca0ce9004 /cscript
parent98df775c61db5f22805234ea06f4c9f7faacd696 (diff)
Current mxe is not building addr2line for the target; remove it from the install for now.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 428fddcab..870cdb39e 100644
--- a/cscript
+++ b/cscript
@@ -527,7 +527,7 @@ def package_windows(target):
target.command('sed -i "s~%%graphics%%~%s/graphics~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), identifier))
target.command('sed -i "s~%%static_deps%%~%s~g" build/platform/windows/installer2.%s.nsi' % (target.windows_prefix, identifier))
target.command('sed -i "s~%%cdist_deps%%~%s~g" build/platform/windows/installer2.%s.nsi' % (target.directory, identifier))
- target.command('sed -i "s~%%mingw%%~%s~g" build/platform/windows/installer2.%s.nsi' % (target.mingw_path, identifier))
+ target.command('sed -i "s~%%mingw%%~%s~g" build/platform/windows/installer2.%s.nsi' % (target.environment_prefix, identifier))
target.command('sed -i "s~%%binaries%%~%s/build~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), identifier))
target.command('sed -i "s~%%bits%%~32~g" build/platform/windows/installer2.%s.nsi' % identifier)
target.command('makensis build/platform/windows/installer2.%s.nsi' % identifier)