Fix typo in path

This commit is contained in:
Hansung Kim
2025-01-30 00:41:42 -08:00
parent 50c8f1c410
commit 7e1fc54c97

View File

@@ -56,7 +56,7 @@ for arch in "${archs[@]}"; do
# re-compile libvortexrt.a
# FIXME after restructure
pushd ../../libs
pushd ../../lib
make
popd