summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/cscript b/cscript
index 8259264b4..5591bbdab 100644
--- a/cscript
+++ b/cscript
@@ -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')