diff options
author | midipix <writeonce@midipix.org> | 2019-02-24 23:06:24 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-24 23:06:24 -0500 |
commit | 8e6e57c1b3c8efd162eb80f36bbd83a16a771c8f (patch) | |
tree | edb7d9e0c3d4647374c6c9aee1a805cc23a08859 /project | |
parent | 799358fe14f377c1c163b98706691cd46a11d57d (diff) | |
download | sbpython3-8e6e57c1b3c8efd162eb80f36bbd83a16a771c8f.tar.bz2 sbpython3-8e6e57c1b3c8efd162eb80f36bbd83a16a771c8f.tar.xz |
project: ncurses panel.h wrapper header: moved to a designated directory.
Diffstat (limited to 'project')
-rw-r--r-- | project/config/cfgdefs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh index 4b5fab9..ec48f1d 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -301,7 +301,7 @@ cfgdefs_perform_common_tests() # <panel.h> if [ _${mb_panel_wrapper:-} = _yes ]; then - cfgtest_makevar_append '-I$(PROJECT_DIR)/wrappers' + cfgtest_makevar_append '-I$(PROJECT_DIR)/wrappers/ncurses' unset mb_panel_wrapper fi |