diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-02-04 00:29:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-02-04 00:29:37 +0100 |
| commit | 366ae5b6413c3fa9a4cbb2f215b7eb1a6fd2443e (patch) | |
| tree | 1a7bd65432a978403fd2fc3dbc9d0b5058fcf677 | |
| parent | 1a54e2ed39606f41e627d4ad4af3b23167e94a05 (diff) | |
Add backtrace lib on Windows.
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
