mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
fftw-3.3.5/windows .dll includes threads lib
This commit is contained in:
parent
f307080808
commit
3de2f762f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue