Skip to content

Commit

Permalink
make ninja verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Mar 12, 2023
1 parent 8ef56a1 commit a043d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/install_llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -x

cd build
ninja install
ninja --verbose install

IFS='.' read -ra VER_ARR <<< "$PKG_VERSION"

Expand Down

0 comments on commit a043d4a

Please sign in to comment.