sblim-sfcc: fix test on 10.13
no /usr/local/lib for you
This commit is contained in:
parent
46b410f56e
commit
442912c8a6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue