You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
use the same cache for all branches for appveyor
This commit is contained in:
@@ -25,4 +25,5 @@ prog = None
|
||||
|
||||
# env_javascript.SharedLibrary("#platform/javascript/libgodot_javascript.so",[javascript_objects])
|
||||
|
||||
env.Program('#bin/godot', javascript_objects, PROGSUFFIX=env["PROGSUFFIX"] + ".html")
|
||||
prog = env.Program('#bin/godot', javascript_objects, PROGSUFFIX=env["PROGSUFFIX"] + ".html")
|
||||
env.NoCache(prog)
|
||||
|
||||
Reference in New Issue
Block a user