diff --git a/Formula/sblim-sfcc.rb b/Formula/sblim-sfcc.rb index 9506f4d194..1ae7ec6294 100644 --- a/Formula/sblim-sfcc.rb +++ b/Formula/sblim-sfcc.rb @@ -30,7 +30,7 @@ class SblimSfcc < Formula return 0; } EOS - system ENV.cxx, "test.cpp", "-lcimcClient", "-o", "test" + system ENV.cxx, "test.cpp", "-L#{lib}", "-lcimcClient", "-o", "test" system "./test" end end