You've already forked godot
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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user