summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-06 06:55:05 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:16:42 -0400
commit017e580c9f1f03f6dab574406aaad028bebc452a (patch)
tree09c47ae4fd3b239ab09e6718a5c0a66cfeec2acf /wscript
parentdd9e646b40a1b33fc016435e3e7884eb656386e4 (diff)
add stacktrace() support for Windows (Grygorii Zharun)
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/wscript b/wscript
index 1626f84556..70678c321a 100644
--- a/wscript
+++ b/wscript
@@ -889,7 +889,9 @@ def configure(conf):
lib='regex', uselib_store="REGEX", define_name='HAVE_REGEX_H')
# TODO put this only where it is needed
conf.env.append_value('LIB', 'regex')
-
+ # TODO this should only be necessary for a debug build
+ conf.env.append_value('LIB', 'dbghelp')
+
# work around GdkDrawable BitBlt performance issue on windows
# see http://gareus.org/wiki/ardour_windows_gdk_and_cairo
conf.env.append_value('CFLAGS', '-DUSE_CAIRO_IMAGE_SURFACE')