13
0

fix --with-dummy config option

This commit is contained in:
Robin Gareus 2014-06-01 18:18:32 +02:00
parent dc1a7a15fa
commit 1c60652bd8

View File

@ -36,7 +36,7 @@ def build(bld):
if sys.platform == 'darwin' or sys.platform == 'mingw' or sys.platform == 'msvc':
backends += [ 'wavesaudio' ]
if Options.options.build_dummy:
if bld.is_defined('HAVE_DUMMY'):
backends += [ 'dummy' ]
for i in backends: