summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-04 00:29:37 +0100
committerCarl Hetherington <cth@carlh.net>2020-02-04 00:29:37 +0100
commit366ae5b6413c3fa9a4cbb2f215b7eb1a6fd2443e (patch)
tree1a7bd65432a978403fd2fc3dbc9d0b5058fcf677
parent1a54e2ed39606f41e627d4ad4af3b23167e94a05 (diff)
Add backtrace lib on Windows.
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/cscript b/cscript
index 88231d7e3..9299a8535 100644
--- a/cscript
+++ b/cscript
@@ -356,6 +356,8 @@ def dependencies(target):
# This dependency is to get that binary, which is added into
# the appropriate place later
deps.append(('openssl', 'carl'))
+ if target.platform == 'windows':
+ deps.append(('libbacktrace', 'carl'))
return deps