mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
disable caching for targets using helper functions
This commit is contained in:
parent
b0b1e2e99e
commit
714e02c0f6
21 changed files with 44 additions and 48 deletions
|
|
@ -20,5 +20,4 @@ if env['bb10_lgles_override'] == "yes":
|
|||
|
||||
|
||||
prog = None
|
||||
prog = env_bps.Program('#bin/godot', bb10_lib)
|
||||
env_bps.NoCache(prog)
|
||||
prog = env_bps.add_program('#bin/godot', bb10_lib)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue