fftw: fix test on 10.13
no /usr/local/lib for you
This commit is contained in:
parent
604d5e3f5d
commit
c36d5bba0a
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class Fftw < Formula
|
|||
}
|
||||
TEST_SCRIPT
|
||||
|
||||
system ENV.cc, "-o", "fftw", "fftw.c", "-lfftw3", *ENV.cflags.to_s.split
|
||||
system ENV.cc, "-o", "fftw", "fftw.c", "-L#{lib}", "-lfftw3", *ENV.cflags.to_s.split
|
||||
system "./fftw"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue