scons implicit dependency

报:
Implicit dependency `dist/sdk' not found, needed by target `package/ss_debug_64'.
scons: building terminated because of errors.

是因为 cache

解决:


SetOption('implicit_cache', 0)

scons -Q --implicit-deps-changed

你可能感兴趣的:(cache)