mirror of
https://github.com/godotengine/godot-cpp.git
synced 2025-12-31 01:48:45 +03:00
committed by
David Snopek
parent
a2a336546a
commit
810b0ce13e
@@ -38,4 +38,5 @@ else:
|
||||
source=sources,
|
||||
)
|
||||
|
||||
env.NoCache(library)
|
||||
Default(library)
|
||||
|
||||
@@ -506,6 +506,7 @@ def _godot_cpp(env):
|
||||
|
||||
if env["build_library"]:
|
||||
library = env.StaticLibrary(target=env.File("bin/%s" % library_name), source=sources)
|
||||
env.NoCache(library)
|
||||
default_args = [library]
|
||||
|
||||
# Add compiledb if the option is set
|
||||
|
||||
Reference in New Issue
Block a user