aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libstrophe.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libstrophe.rb b/Library/Formula/libstrophe.rb
index 6ae999533..be725b4f0 100644
--- a/Library/Formula/libstrophe.rb
+++ b/Library/Formula/libstrophe.rb
@@ -53,7 +53,7 @@ class Libstrophe < Formula
}
EOS
flags = ["-I#{include}/", "-lstrophe"]
- system ENV.cc, "-o", "test", "test.c", *(flags + ENV.cflags.split)
+ system ENV.cc, "-o", "test", "test.c", *(flags + ENV.cflags.to_s.split)
system "./test"
end
end