mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-06 08:27:27 +02:00
Fix fftw3f detection
This commit is contained in:
@@ -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