This commit is contained in:
Arctis-Fireblight
2025-08-27 23:18:33 -05:00
177 changed files with 1631 additions and 967 deletions

View File

@@ -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):