summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/buildsystem.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/buildsystem.sh b/lib/buildsystem.sh
index db07666..cfb92d8 100644
--- a/lib/buildsystem.sh
+++ b/lib/buildsystem.sh
@@ -154,7 +154,7 @@ oh_buildsystem_arch()
fi
# Try to find a suitable build system host arch.
- for _ohbsa_bs_arch in $(cat '@@ARCHTAB@@/'"${_ohbsa_arch}/${_ohbsa_system}")
+ for _ohbsa_bs_arch in $(cat '@@ARCHTABDIR@@/'"${_ohbsa_arch}/${_ohbsa_system}")
do
if oh_buildsystem_do 'testarch' "${_ohbsa_system}" "${_ohbsa_bs_arch}"
then