From 7a39db80265dc177d0c2de8360bdb77e35896bb3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 25 Jun 2014 10:44:19 +0100 Subject: Pass --debian-unstable to trigger linking hacks as required. --- cscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cscript') 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') -- cgit v1.2.3