sblim-sfcc: fix test on 10.13

no /usr/local/lib for you
This commit is contained in:
ilovezfs 2017-07-12 09:30:42 -07:00
parent 46b410f56e
commit 442912c8a6

View file

@ -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