diff --git a/methods.py b/methods.py index 4d1f4c1cda6..8498310bf52 100644 --- a/methods.py +++ b/methods.py @@ -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