diff options
| author | Rhody Lugo | 2018-06-21 00:33:25 -0400 |
|---|---|---|
| committer | Rhody Lugo | 2018-06-21 03:00:33 -0400 |
| commit | 920224a535f7858dd4bf39f04e3c90c8276503c3 (patch) | |
| tree | d1f1a52a960146cbd8de2076819fa09e45f7bdba /SConstruct | |
| parent | a9acdd84b7a6fd074f21d500a64976326f6cbb67 (diff) | |
| download | godot-920224a535f7858dd4bf39f04e3c90c8276503c3.tar.gz godot-920224a535f7858dd4bf39f04e3c90c8276503c3.tar.zst godot-920224a535f7858dd4bf39f04e3c90c8276503c3.zip | |
add NoCache wrapper to Command
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index df0e40381..7ef4d646a 100644 --- a/SConstruct +++ b/SConstruct @@ -118,6 +118,7 @@ env_base.__class__.split_lib = methods.split_lib env_base.__class__.add_shared_library = methods.add_shared_library env_base.__class__.add_library = methods.add_library env_base.__class__.add_program = methods.add_program +env_base.__class__.CommandNoCache = methods.CommandNoCache env_base["x86_libtheora_opt_gcc"] = False env_base["x86_libtheora_opt_vc"] = False |
