diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-25 13:16:28 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-25 13:16:28 (EST) |
commit | e4e9b382499329a499459df0022108766426c2ac (patch) | |
tree | 8df466c2609868cdfc0ba0bcb5b673921e4dd521 /lib/buildsystem.sh | |
parent | 06b4ef4c6fa9f4bdbeec62a2513f0db9a93176c1 (diff) | |
parent | 2dfe7dd1fa038db1bd36247938d07e6a254fa663 (diff) |
Merge branch 'feature/drop-libopkbuild-dep'.
Conflicts:
configure
Diffstat (limited to 'lib/buildsystem.sh')
-rw-r--r-- | lib/buildsystem.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/buildsystem.sh b/lib/buildsystem.sh index 8e6bf0a..39dcceb 100644 --- a/lib/buildsystem.sh +++ b/lib/buildsystem.sh @@ -114,7 +114,7 @@ oh_buildsystem_find() done fi - ob_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 - ob_warn "$(ob_get_msg 'no_capable_host_arch')" + oh_warn "$(oh_get_msg 'no_capable_host_arch')" return 1 } |