1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

SCons: Add emitter to declutter build objects

This commit is contained in:
Thaddeus Crews
2025-01-13 11:13:17 -06:00
parent 0028fd625e
commit 10ed66f28c
7 changed files with 50 additions and 11 deletions

View File

@@ -98,7 +98,7 @@ def library_emitter(target, source, env):
def configure(env: "SConsEnvironment"):
env.Append(LIBEMITTER=library_emitter)
env.Append(LIBEMITTER=[library_emitter])
# Validate arch.
supported_arches = ["wasm32"]