diff options
author | midipix <writeonce@midipix.org> | 2020-01-05 11:12:29 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-05 11:12:52 +0000 |
commit | da47c9eca8f4444e03a5d2fe067fb8781cc07549 (patch) | |
tree | 1ac0f69b2928c5461e5140d9e874c18d392a40d3 /project | |
parent | 5e03459a8a1afe6a2df353c1ed0fcab1540dc70c (diff) | |
download | sbpython3-da47c9eca8f4444e03a5d2fe067fb8781cc07549.tar.bz2 sbpython3-da47c9eca8f4444e03a5d2fe067fb8781cc07549.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 |