Fix fftw3f detection
This commit is contained in:
parent
6d49b70df2
commit
e66b250e99
@ -68,7 +68,7 @@ if not conf.CheckLib('SDL'):
|
|||||||
#Check for FFT lib
|
#Check for FFT lib
|
||||||
if conf.CheckLib('fftw3f'):
|
if conf.CheckLib('fftw3f'):
|
||||||
fftLib = "fftw3f"
|
fftLib = "fftw3f"
|
||||||
if conf.CheckLib('fftw3f-3'):
|
elif conf.CheckLib('fftw3f-3'):
|
||||||
fftLib = "fftw3f-3"
|
fftLib = "fftw3f-3"
|
||||||
else:
|
else:
|
||||||
print "libfftw3f not found or not installed"
|
print "libfftw3f not found or not installed"
|
||||||
|
Reference in New Issue
Block a user