Revision: 9519 http://pure-data.svn.sourceforge.net/pure-data/?rev=9519&view=rev Author: eighthave Date: 2008-02-25 09:21:38 -0800 (Mon, 25 Feb 2008)
Log Message: ----------- fftw3 has a strange static lib name, libfftw3f.dll.a, so I changed the test to reflect that
Modified Paths: -------------- sources/build-libs-on-mingw.sh
Modified: sources/build-libs-on-mingw.sh =================================================================== --- sources/build-libs-on-mingw.sh 2008-02-25 16:27:39 UTC (rev 9518) +++ sources/build-libs-on-mingw.sh 2008-02-25 17:21:38 UTC (rev 9519) @@ -145,7 +145,7 @@ fi
# fftw3 -testfile=/usr/local/lib/libfftw3f.a +testfile=/usr/local/lib/libfftw3f.dll.a if [ -e "$testfile" ]; then echo "$testfile exists, skipping..." else
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.