Respect crossdirect and ccache build config in cmd_build()

This commit is contained in:
InsanePrawn 2021-10-07 01:13:39 +02:00
parent 291ddb85ca
commit c7b2159481
2 changed files with 14 additions and 9 deletions

View file

@ -25,6 +25,7 @@ PROFILE_DEFAULTS: Profile = {
CONFIG_DEFAULTS = {
'build': {
'ccache': True,
'crosscompile': True,
'crossdirect': True,
'threads': 0,