From 717634405674b888f00a2f7e72e48de5a47ed731 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Thu, 12 Jan 2023 13:06:53 +0100 Subject: Update to Godot 4.0-beta11, libdatachannel v0.18.1 Also update godot-cpp-3.x for better cache support. --- SConstruct | 5 ----- 1 file changed, 5 deletions(-) (limited to 'SConstruct') 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 -- cgit v1.2.3