summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 0 insertions, 5 deletions
diff --git a/SConstruct b/SConstruct
index 111caa1..bdb4c64 100644
--- a/SConstruct
+++ b/SConstruct
@@ -24,11 +24,6 @@ if env["godot_version"] == "3":
if "platform" in ARGUMENTS and ARGUMENTS["platform"] == "macos":
ARGUMENTS["platform"] = "osx" # compatibility with old osx name
- scons_cache_path = os.environ.get("SCONS_CACHE")
- if scons_cache_path is not None:
- CacheDir(scons_cache_path)
- Decider("MD5")
-
env = SConscript("godot-cpp-3.x/SConstruct")
# Patch base env