Skip to content

Commit

Permalink
always build with ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesneimog committed Jul 21, 2024
1 parent 3a70d70 commit ef34288
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/pd4web/Builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,8 @@ def ConfigureProject(self):
"build",
"-DPDCMAKE_DIR=Pd4Web/Externals/",
"-DPD4WEB=ON",
"-G",
"Ninja",
]
if not self.Pd4Web.verbose:
command.append("--no-warn-unused-cli")
Expand Down

0 comments on commit ef34288

Please sign in to comment.