From 366ae5b6413c3fa9a4cbb2f215b7eb1a6fd2443e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 4 Feb 2020 00:29:37 +0100 Subject: Add backtrace lib on Windows. --- cscript | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3