Skip to content

Commit

Permalink
Fix CMake errors in holy-build-box from using cmake at root
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Mar 29, 2019
1 parent 914e435 commit 13636c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packaging/holy-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ source /hbb_exe/activate
set -x

# Extract and enter source
tar xzf /io/luvi-src.tar.gz
# Use /luvi dir to avoid CMake assertion failure in /
mkdir -p luvi
tar xzf /io/luvi-src.tar.gz --directory luvi
cd luvi
make ${BUILD_TYPE}
make -j${NPROCS}
ldd build/luvi
Expand Down

0 comments on commit 13636c1

Please sign in to comment.