Make --nofft work on other platforms too, it was still linking with -lfftw3f
This commit is contained in:
parent
649e5f2042
commit
0787086c81
@ -100,6 +100,7 @@ if not GetOption("macosx"):
|
||||
else:
|
||||
env.Append(CPPPATH=[GetOption("lua-dir")])
|
||||
|
||||
if not GetOption('nofft'):
|
||||
#Check for FFT lib
|
||||
if not conf.CheckLib('fftw3f') and not conf.CheckLib('fftw3f-3'):
|
||||
print "libfftw3f not found or not installed"
|
||||
|
Loading…
Reference in New Issue
Block a user