mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge commit godotengine/godot@4ebf67c
This commit is contained in:
@@ -615,10 +615,10 @@ def CommandNoCache(env, target, sources, command, **args):
|
||||
return result
|
||||
|
||||
|
||||
def Run(env, function):
|
||||
def Run(env, function, comstr="$GENCOMSTR"):
|
||||
from SCons.Script import Action
|
||||
|
||||
return Action(function, "$GENCOMSTR")
|
||||
return Action(function, comstr)
|
||||
|
||||
|
||||
def detect_darwin_toolchain_path(env):
|
||||
|
||||
Reference in New Issue
Block a user