summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-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