mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
SCons: Disable show_progress with ninja
This commit is contained in:
parent
2efbc6bfb3
commit
a7e7167a85
1 changed files with 4 additions and 0 deletions
|
|
@ -990,6 +990,10 @@ def using_emcc(env):
|
|||
|
||||
|
||||
def show_progress(env):
|
||||
if env["ninja"]:
|
||||
# Has its own progress/tracking tool that clashes with ours
|
||||
return
|
||||
|
||||
import sys
|
||||
from SCons.Script import Progress, Command, AlwaysBuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue