summaryrefslogtreecommitdiff
path: root/scripts/build/libc/moxiebox.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-12-03 21:04:44 (GMT)
committerAlexey Neyman <stilor@att.net>2018-12-03 21:04:44 (GMT)
commit8c6cf388cda9807d08a9febd498bf55dcc748951 (patch)
tree6680c02c74afb6a85be03509f55bab59000e2393 /scripts/build/libc/moxiebox.sh
parentfc64f2d015a532ed8b7e61e1f6b104c6e7878610 (diff)
Fix uClibc builds after moxie merge
Broken because of the capitalization of the name. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/build/libc/moxiebox.sh')
-rw-r--r--scripts/build/libc/moxiebox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/libc/moxiebox.sh b/scripts/build/libc/moxiebox.sh
index 376c742..96a63ff 100644
--- a/scripts/build/libc/moxiebox.sh
+++ b/scripts/build/libc/moxiebox.sh
@@ -45,7 +45,7 @@ moxiebox_main()
CT_DoExecLog ALL cp -v "${CT_LIB_DIR}/packages/moxiebox/"sha*.[ch] ./
CT_DoExecLog ALL "${CT_HOST}-gcc" -c sha256_wrap.c -O2 -Wall
CT_DoExecLog ALL "${CT_HOST}-ar" cru libcrypto.a sha256_wrap.o
- CT_Popd
+ CT_Popd
# Moxiebox includes a VM which we're building for the
# host machine.