diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-14 02:29:32 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-14 02:29:32 (EDT) |
commit | e7b7b6b2dee87f691bd64f44dc988a1aab4663f0 (patch) | |
tree | 538f0494dbeee34bdf4385f6a7ebe47e95eb0589 /build | |
parent | 474ed083b8c3822d0883be10226c5e0dca763b91 (diff) |
build: Add -I flag to CFLAGS.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ nop: build: oh-autoconfigure -- \ + CFLAGS='$(CFLAGS) -I/usr/include/ncursesw' \ --disable-xmlto \ --disable-alsaconf oh-autobuild |