summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commite7b7b6b2dee87f691bd64f44dc988a1aab4663f0 (patch)
tree538f0494dbeee34bdf4385f6a7ebe47e95eb0589
parent474ed083b8c3822d0883be10226c5e0dca763b91 (diff)
build: Add -I flag to CFLAGS.
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index 868da77..9e5a319 100755
--- a/build
+++ b/build
@@ -7,6 +7,7 @@ nop:
build:
oh-autoconfigure -- \
+ CFLAGS='$(CFLAGS) -I/usr/include/ncursesw' \
--disable-xmlto \
--disable-alsaconf
oh-autobuild