commit
291147e21b
|
@ -42,4 +42,5 @@ else:
|
||||||
source=sources,
|
source=sources,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
env.NoCache(library)
|
||||||
Default(library)
|
Default(library)
|
||||||
|
|
|
@ -552,6 +552,7 @@ def _godot_cpp(env):
|
||||||
|
|
||||||
if env["build_library"]:
|
if env["build_library"]:
|
||||||
library = env.StaticLibrary(target=env.File("bin/%s" % library_name), source=sources)
|
library = env.StaticLibrary(target=env.File("bin/%s" % library_name), source=sources)
|
||||||
|
env.NoCache(library)
|
||||||
default_args = [library]
|
default_args = [library]
|
||||||
|
|
||||||
# Add compiledb if the option is set
|
# Add compiledb if the option is set
|
||||||
|
|
Loading…
Reference in New Issue