diff options
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') |
