glbinding: fix test on 10.13
no /usr/local/lib for you
This commit is contained in:
parent
7190379823
commit
8eacf02c12
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Glbinding < Formula
|
|||
EOS
|
||||
system ENV.cxx, "-o", "test", "test.cpp", "-std=c++11", "-stdlib=libc++",
|
||||
"-I#{include}/glbinding", "-I#{lib}/glbinding", "-framework", "OpenGL",
|
||||
"-lglbinding", *ENV.cflags.to_s.split
|
||||
"-L#{lib}", "-lglbinding", *ENV.cflags.to_s.split
|
||||
system "./test"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue