From 295c9879b3900d96896aeca75175cef3d7164c3f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 20 Apr 2017 11:15:40 +0100 Subject: [PATCH] Another build fix. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index bfb9c88..c8fe532 100644 --- a/cscript +++ b/cscript @@ -23,7 +23,7 @@ def build(target, options): cmd += '--enable-debug ' if target.platform == 'linux': cmd += '--with-pulse --with-alsa' - if target.distro == 'debian' and target.version == '8': + if target.distro == 'debian' and (target.version == '8' or target.version == 'unstable'): target.set('LDFLAGS', '-lpulse') elif target.platform == 'windows': target.append_with_space('CXXFLAGS', '-Iinclude') -- 2.30.2