diff --git a/config.py b/config.py index 9988599..7b26f9e 100644 --- a/config.py +++ b/config.py @@ -25,7 +25,7 @@ PROFILE_DEFAULTS: Profile = { CONFIG_DEFAULTS = { 'build': { - 'crosscompile': False, # currently broken + 'crosscompile': True, 'crossdirect': True, 'threads': 0, },