summaryrefslogtreecommitdiffstats
path: root/lib/buildsystem.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/buildsystem.sh')
-rw-r--r--lib/buildsystem.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/buildsystem.sh b/lib/buildsystem.sh
index 7733655..39dcceb 100644
--- a/lib/buildsystem.sh
+++ b/lib/buildsystem.sh
@@ -114,7 +114,7 @@ oh_buildsystem_find()
done
fi
- oh_warn "$(ob_get_msg 'no_capable_build_sys')"
+ oh_warn "$(oh_get_msg 'no_capable_build_sys')"
return 1
}
@@ -165,6 +165,6 @@ oh_buildsystem_arch()
fi
done
- oh_warn "$(ob_get_msg 'no_capable_host_arch')"
+ oh_warn "$(oh_get_msg 'no_capable_host_arch')"
return 1
}