diff options
author | midipix <writeonce@midipix.org> | 2020-01-05 11:12:29 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-05 11:12:29 +0000 |
commit | cb3894b091dabea223941827c0df64bf8bf88030 (patch) | |
tree | bec2b521b0f57ece254b8c85c2c733e96110ef86 /project | |
parent | 84112033ccce2343ac112210ab2497f41e8fa5dd (diff) | |
download | sbpython2-cb3894b091dabea223941827c0df64bf8bf88030.tar.bz2 sbpython2-cb3894b091dabea223941827c0df64bf8bf88030.tar.xz |
build system: cfgtest.sh: (debatefully) distinguish between host and target.
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 ec48f1d..3bf9be7 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -318,7 +318,7 @@ cfgdefs_perform_common_tests() cfgdefs_perform_target_tests() { # init - cfgtest_target_section + cfgtest_host_section # common tests cfgdefs_perform_common_tests |