Skip to content

Commit

Permalink
fftw: fix test on 10.13
Browse files Browse the repository at this point in the history
no /usr/local/lib for you
  • Loading branch information
ilovezfs committed Jul 5, 2017
1 parent 604d5e3 commit c36d5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/fftw.rb
Expand Up @@ -76,7 +76,7 @@ def install
}
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

0 comments on commit c36d5bb

Please sign in to comment.