From 727c76acdc2b8cbe15f1622c8e6591810efaf93e Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 7 Jan 2020 06:39:50 +0000 Subject: project: match sofort's distinction between 'host' and 'target'. --- project/config/cfgdefs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/config/cfgdefs.sh') diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh index 3bf9be7..544bf5b 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -267,7 +267,7 @@ cfgdefs_perform_common_tests() cfgtest_comment 'ncurses/ncursesw' mb_cfgtest_headers='ncurses.h' - if [ $mb_cfgtest_cfgtype = 'target' ]; then + if [ $mb_cfgtest_cfgtype = 'host' ]; then mb_cfgtest_makevar='CFLAGS_NCURSES' else mb_cfgtest_makevar='NATIVE_CFLAGS' -- cgit v1.2.3