summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-25 10:44:19 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-25 10:44:19 +0100
commit7a39db80265dc177d0c2de8360bdb77e35896bb3 (patch)
tree50baefdc7414a2f788360e1af945d7809e0d83be /cscript
parent07975dbeaad3f7173874faae4e0a702a4d6efa75 (diff)
Pass --debian-unstable to trigger linking hacks as required.
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')