Skip to content

Commit

Permalink
Update gen_dawn.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
ASVIEST authored Jul 19, 2023
1 parent 4694b7e commit 1fe6974
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions generator/gen_dawn.nim
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ class pub DawnGenerator:
gclient sync
one:
cd ($self.dawnDir)
gn gen "out"
one:
cd ($self.dawnDir)
ninja -C "out"
cd "out"
tree
gn gen -C "out"
#one:
# cd ($self.dawnDir)
# ninja -C "out"
# cd "out"
# tree


echo "[INFO] out folder generated"
Expand Down

0 comments on commit 1fe6974

Please sign in to comment.