diff options
Diffstat (limited to 'Library/Formula/tinyxml.rb')
| -rw-r--r-- | Library/Formula/tinyxml.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tinyxml.rb b/Library/Formula/tinyxml.rb index 361347693..813f6d8a0 100644 --- a/Library/Formula/tinyxml.rb +++ b/Library/Formula/tinyxml.rb @@ -71,7 +71,7 @@ class Tinyxml < Formula return 0; } EOS - system ENV.cxx, "test.cpp", "-ltinyxml", "-o", "test" + system ENV.cxx, "test.cpp", "-L#{lib}", "-ltinyxml", "-o", "test" system "./test" end end |
