You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
SCons: Disable show_progress with ninja
This commit is contained in:
@@ -990,6 +990,10 @@ def using_emcc(env):
|
|||||||
|
|
||||||
|
|
||||||
def show_progress(env):
|
def show_progress(env):
|
||||||
|
if env["ninja"]:
|
||||||
|
# Has its own progress/tracking tool that clashes with ours
|
||||||
|
return
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
from SCons.Script import Progress, Command, AlwaysBuild
|
from SCons.Script import Progress, Command, AlwaysBuild
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user