fftw-3.3.5/windows .dll includes threads lib

This commit is contained in:
Robin Gareus 2015-10-18 02:44:26 +02:00
parent f307080808
commit 3de2f762f8

View file

@ -485,7 +485,7 @@ def build(bld):
obj.source += [ 'lv2_plugin_ui.cc' ]
obj.use += [ 'SUIL' ]
if bld.is_defined('HAVE_FFTW35F'):
if bld.is_defined('HAVE_FFTW35F') and bld.env['build_target'] != 'mingw':
obj.linkflags = ' -lfftw3f_threads'
if bld.is_defined('NEED_INTL'):