mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-01 06:00:15 +02:00
Fix fftw3f detection
This commit is contained in:
@@ -68,7 +68,7 @@ if not conf.CheckLib('SDL'):
|
||||
#Check for FFT lib
|
||||
if conf.CheckLib('fftw3f'):
|
||||
fftLib = "fftw3f"
|
||||
if conf.CheckLib('fftw3f-3'):
|
||||
elif conf.CheckLib('fftw3f-3'):
|
||||
fftLib = "fftw3f-3"
|
||||
else:
|
||||
print "libfftw3f not found or not installed"
|
||||
|
Reference in New Issue
Block a user