We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6facde3 + 83c0f15 commit 291147eCopy full SHA for 291147e
test/SConstruct
@@ -42,4 +42,5 @@ else:
42
source=sources,
43
)
44
45
+env.NoCache(library)
46
Default(library)
tools/godotcpp.py
@@ -552,6 +552,7 @@ def _godot_cpp(env):
552
553
if env["build_library"]:
554
library = env.StaticLibrary(target=env.File("bin/%s" % library_name), source=sources)
555
+ env.NoCache(library)
556
default_args = [library]
557
558
# Add compiledb if the option is set
0 commit comments