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