Fix wrong option in cmatrix.rb

parent 98f46c80
......@@ -11,7 +11,7 @@ class Cmatrix < Package
depends_on 'ncurses'
def self.build
system './configure --prefix=/usr/local CPPFLAGS="-I/usr/local/include/ncurses"'
system 'CPPFLAGS=-I/usr/local/include/ncurses ./configure --prefix=/usr/local'
system "make"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment