diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-07 01:03:36 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-07 01:03:36 (EDT) |
commit | 69146de8b9310dd914cf583395bf6f27d46243cd (patch) | |
tree | 31c503fa1326fd8baaceed8cd54de50c662d3ac7 | |
parent | 4a220914dbe8df5193a1fbcc327061cf63cadded (diff) |
build: Move --without-progs to non-wide-char opts
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,11 +22,11 @@ common_opts = \ --enable-const build_ncurses_opts = $(common_opts) \ --with-install-prefix="$${PWD}/dest-ncurses" \ + --without-progs \ --enable-overwrite build_ncursesw_opts = $(common_opts) \ --with-install-prefix="$${PWD}/dest-ncursesw" \ --includedir=/usr/include/ncursesw \ - --without-progs \ --disable-overwrite \ --enable-widec build_ncurses_legacy_opts = $(build_ncurses_opts) \ |