summaryrefslogtreecommitdiffstats
path: root/lib/architecture.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/architecture.sh')
-rw-r--r--lib/architecture.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/architecture.sh b/lib/architecture.sh
index e8ed182..9b9bef3 100644
--- a/lib/architecture.sh
+++ b/lib/architecture.sh
@@ -64,7 +64,7 @@ oh_get_package_architecture()
if [ -n "${OH_HOST_PLATFORM}" ]; then
echo "${OH_HOST_PLATFORM}"
else
- echo "${OH_HOST_ARCH}"
+ echo "${OH_HOST_ARCH_DIST}"
fi
return 0