disable caching for targets using helper functions

This commit is contained in:
Rhody Lugo 2017-11-28 16:14:24 -04:00
parent b0b1e2e99e
commit 714e02c0f6
21 changed files with 44 additions and 48 deletions

View file

@ -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)