and another "f"
authorRobin Gareus <robin@gareus.org>
Sat, 17 Oct 2015 18:51:21 +0000 (20:51 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 17 Oct 2015 18:51:21 +0000 (20:51 +0200)
gtk2_ardour/wscript

index e0b809608aaf3a96ad044a67da69d44f220c881e..6182b7158a0b4edccf2fd917ce6a401ab25285e9 100644 (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'