Pass --debian-unstable to trigger linking hacks as required.
authorCarl Hetherington <cth@carlh.net>
Wed, 25 Jun 2014 09:44:19 +0000 (10:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 25 Jun 2014 09:44:19 +0000 (10:44 +0100)
cscript

diff --git a/cscript b/cscript
index 8259264b47a845d90e003873aa5719f679c70bf1..5591bbdab6a34478eed56821ef3cffd3af67d567 100644 (file)
--- 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')