mirror of
https://github.com/godotengine/godot.git
synced 2025-02-16 07:40:36 +00:00
Merge pull request #98960 from Calinou/scu-build-tweak-banner
Make SCons SCU build banner less intrusive
This commit is contained in:
commit
284ee93922
@ -259,10 +259,6 @@ def process_folder(folders, sought_exceptions=[], includes_per_scu=0, extension=
|
||||
|
||||
|
||||
def generate_scu_files(max_includes_per_scu):
|
||||
print("=============================")
|
||||
print("Single Compilation Unit Build")
|
||||
print("=============================")
|
||||
|
||||
global _max_includes_per_scu
|
||||
_max_includes_per_scu = max_includes_per_scu
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user