diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-07 19:13:51 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-07 19:13:51 (GMT) |
| commit | e66b250e99e7beb36a04f005657a8da2adbdec44 (patch) | |
| tree | 89f876892dd49a0a586bbe02529617f9bfd60212 /SConscript | |
| parent | 6d49b70df2a379b1211155374dc743f72c8a0185 (diff) | |
| download | powder-e66b250e99e7beb36a04f005657a8da2adbdec44.zip powder-e66b250e99e7beb36a04f005657a8da2adbdec44.tar.gz | |
Fix fftw3f detection
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
