mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
SCons: Simplify Windows/MSVC detection
This commit is contained in:
parent
cae3d722a3
commit
4505352021
2 changed files with 30 additions and 142 deletions
|
@ -553,7 +553,7 @@ def glob_recursive(pattern, node="."):
|
|||
|
||||
|
||||
def precious_program(env, program, sources, **args):
|
||||
program = env.ProgramOriginal(program, sources, **args)
|
||||
program = env.Program(program, sources, **args)
|
||||
env.Precious(program)
|
||||
return program
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue