fix compiler argument order (ldflags/loadlibes) - patch from Rodney Dawes

This commit is contained in:
Robin Gareus 2016-01-09 19:03:43 +01:00
parent 6a45e4a2b1
commit 2be5131ea1

View File

@ -502,7 +502,7 @@ def build(bld):
obj.use += [ 'SUIL' ]
if bld.is_defined('HAVE_FFTW35F') and bld.env['build_target'] != 'mingw':
obj.linkflags += ' -lfftw3f_threads'
bld.env['LIB_FFTW3F'] += ['fftw3f_threads']
if bld.is_defined('NEED_INTL'):
obj.linkflags += ' -lintl'