mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
fix bug with ncurses include path
This commit is contained in:
@@ -10,7 +10,7 @@ class Tmux < Package # name the pack
|
||||
depends_on 'ncurses'
|
||||
|
||||
def self.build # self.build contains commands needed to build the software from source
|
||||
system "./configure"
|
||||
system "CPPFLAGS=-I/usr/local/include/ncurses ./configure"
|
||||
system "make" # ordered chronologically
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user