mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
disable caching for targets using helper functions
This commit is contained in:
parent
24baf79c5e
commit
a65c0939fd
24 changed files with 45 additions and 50 deletions
|
@ -17,7 +17,6 @@ for x in env.module_list:
|
|||
env_modules.Append(CPPFLAGS=["-DMODULE_" + x.upper() + "_ENABLED"])
|
||||
SConscript(x + "/SCsub")
|
||||
|
||||
lib = env_modules.Library("modules", env.modules_sources)
|
||||
env_modules.NoCache(lib)
|
||||
lib = env_modules.add_library("modules", env.modules_sources)
|
||||
|
||||
env.Prepend(LIBS=[lib])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue