mirror of
https://github.com/godotengine/godot.git
synced 2026-02-07 19:32:36 +00:00
SCons: Convert remaining run_in_subprocess to env.Run
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
Import("env")
|
||||
|
||||
import make_virtuals
|
||||
from platform_methods import run_in_subprocess
|
||||
|
||||
env.CommandNoCache(["gdvirtual.gen.inc"], "make_virtuals.py", run_in_subprocess(make_virtuals.run))
|
||||
env.CommandNoCache(["gdvirtual.gen.inc"], "make_virtuals.py", env.Run(make_virtuals.run))
|
||||
|
||||
env_object = env.Clone()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user