aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fftw.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/fftw.rb')
-rw-r--r--Library/Formula/fftw.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fftw.rb b/Library/Formula/fftw.rb
index 2b908e1e6..1268b0fc4 100644
--- a/Library/Formula/fftw.rb
+++ b/Library/Formula/fftw.rb
@@ -73,7 +73,7 @@ class Fftw < Formula
}
TEST_SCRIPT
- system ENV.cc, '-o', 'fftw', 'fftw.c', '-lfftw3', *ENV.cflags.split
+ system ENV.cc, '-o', 'fftw', 'fftw.c', '-lfftw3', *ENV.cflags.to_s.split
system './fftw'
end
end