summaryrefslogtreecommitdiff
path: root/platform/windows/wscript
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 /platform/windows/wscript
parent98df775c61db5f22805234ea06f4c9f7faacd696 (diff)
Current mxe is not building addr2line for the target; remove it from the install for now.
Diffstat (limited to 'platform/windows/wscript')
-rw-r--r--platform/windows/wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript
index a6b705496..b1665bfa9 100644
--- a/platform/windows/wscript
+++ b/platform/windows/wscript
@@ -206,8 +206,7 @@ File "%cdist_deps%/bin/ffprobe.exe"
print('File "%resources%/dcpomatic2_batch_debug.bat"', file=f)
print('File "%resources%/dcpomatic2_kdm_debug.bat"', file=f)
print('File "%resources%/dcpomatic2_player_debug.bat"', file=f)
- print('File "%mingw%/gdb.exe"', file=f)
- print('File "%mingw%/addr2line.exe"', file=f)
+ print('File "%mingw%/bin/gdb.exe"', file=f)
else:
print('File "%binaries%/src/wx/dcpomatic2-wx.dll"', file=f)
print('File "%binaries%/src/lib/dcpomatic2.dll"', file=f)