1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

disable caching for targets using helper functions

This commit is contained in:
Rhody Lugo
2017-11-28 16:27:57 -04:00
parent 24baf79c5e
commit a65c0939fd
24 changed files with 45 additions and 50 deletions

View File

@@ -7,5 +7,4 @@ common_server = [\
"os_server.cpp",\
]
prog = env.Program('#bin/godot_server', ['godot_server.cpp'] + common_server)
env.NoCache(prog)
prog = env.add_program('#bin/godot_server', ['godot_server.cpp'] + common_server)