Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
goshiz committed Jul 4, 2023
1 parent 0a5a689 commit 3892d44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ cmake ../..
make obj_common -j3
# HOST_NCORES=$(nproc 2>/dev/null || shell nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 1)
#./build-haven.sh -j3 # don't exit because this will build translations directory even if build fails
cd ../../../../ || exit 1

cd ../../../../../.. || exit 1


# build boost
./bin/build_boost_emscripten.sh || exit 1
Expand Down

0 comments on commit 3892d44

Please sign in to comment.