and another "f"

This commit is contained in:
Robin Gareus 2015-10-17 20:51:21 +02:00
parent dd8dfb47ec
commit b5ef5aa40b

View file

@ -486,7 +486,7 @@ def build(bld):
obj.use += [ 'SUIL' ]
if bld.is_defined('HAVE_FFTW35F'):
obj.linkflags = ' -lfftw3_threads'
obj.linkflags = ' -lfftw3f_threads'
if bld.is_defined('NEED_INTL'):
obj.linkflags = ' -lintl'