Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtmann committed Jul 28, 2024
1 parent 2f66ebb commit 52b9ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dragon/shscripts/building
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ build()
fi

projroot="$(dirname "$DRAGON_DATA_DIR")"
env $'NINJA_STATUS=\x1b[1;34m[Dragon] \x1b[35m[%f/%t] \x1b[34m(%e)\x1b[0m ' CLICOLOR_FORCE=1 ninja -j$JOBS $NINJA_ARGS || cleanbuildfail $projroot
env $'NINJA_STATUS=\x1b[1;34m[Dragon] \x1b[34m>>>\x1b[0m ' CLICOLOR_FORCE=1 ninja -j$JOBS stage $NINJA_ARGS || cleanbuildfail $projroot
env $'NINJA_STATUS=\x1b[1;34m[Dragon] \x1b[35m[%f/%t] \x1b[34m(%e)\x1b[0m ' CLICOLOR_FORCE=1 ninja -j$JOBS $NINJA_ARGS || cleanbuildfail $projroot; drexit 1
env $'NINJA_STATUS=\x1b[1;34m[Dragon] \x1b[34m>>>\x1b[0m ' CLICOLOR_FORCE=1 ninja -j$JOBS stage $NINJA_ARGS || cleanbuildfail $projroot; drexit 1

if [[ $exportt -eq 1 ]]; then
prefix_print "Generating compile_commands.json"
Expand Down

0 comments on commit 52b9ee0

Please sign in to comment.