mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
specify ncurses so itll build
This commit is contained in:
@@ -9,7 +9,7 @@ class Nano < Package
|
||||
depends_on 'ncurses'
|
||||
|
||||
def self.build # self.build contains commands needed to build the software from source
|
||||
system "./configure"
|
||||
system "./configure CPPFLAGS=\"-I/usr/local/include/ncurses\""
|
||||
system "make" # ordered chronologically
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user