ROOT: use builtin GLEW
Closes Homebrew/homebrew#19724. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
ad1745d0cb
commit
e350a8676c
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ class Root < Formula
|
|||
system "./configure",
|
||||
"#{arch}",
|
||||
"--all",
|
||||
"--enable-builtin-glew",
|
||||
"--prefix=#{prefix}",
|
||||
"--etcdir=#{prefix}/etc/root",
|
||||
"--mandir=#{man}"
|
||||
|
|
Loading…
Reference in a new issue