plplot: remove compiler flags found in the environment
This commit is contained in:
parent
9a5bf25361
commit
6eafdb2701
1 changed files with 1 additions and 2 deletions
|
@ -49,8 +49,7 @@ class Plplot < Formula
|
|||
return 0;
|
||||
}
|
||||
EOS
|
||||
flags = (ENV.cflags || "").split + (ENV.cppflags || "").split + (ENV.ldflags || "").split
|
||||
flags += %W[
|
||||
flags = %W[
|
||||
-I#{include}/plplot
|
||||
-L#{lib}
|
||||
-lcsirocsa
|
||||
|
|
Loading…
Reference in a new issue