Skip to content

Commit

Permalink
Try build command that does not directly invoke ninja.
Browse files Browse the repository at this point in the history
  • Loading branch information
afd committed Jul 4, 2024
1 parent df7c577 commit d5ae31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ case "$(uname)" in
;;
esac

ninja -C "${BUILD_DIR}"
ninja -C "${BUILD_DIR}" install
cmake --build "${BUILD_DIR}"
cmake --install "${BUILD_DIR}"

# Remove the build directory to save space.
rm -rf "${BUILD_DIR}"
Expand Down

0 comments on commit d5ae31a

Please sign in to comment.