diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-25 10:44:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-25 10:44:19 +0100 |
| commit | 7a39db80265dc177d0c2de8360bdb77e35896bb3 (patch) | |
| tree | 50baefdc7414a2f788360e1af945d7809e0d83be /cscript | |
| parent | 07975dbeaad3f7173874faae4e0a702a4d6efa75 (diff) | |
Pass --debian-unstable to trigger linking hacks as required.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -169,6 +169,9 @@ def build(target, options): elif target.distro == 'centos': cmd += ' --target-centos' + if target.distro == 'debian' and target.version == 'unstable': + cmd += ' --debian-unstable' + target.command(cmd) target.command('./waf') |
