From 1c8fd7eccd4f2bc09d86223c6c6bffb011b399ce Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Mon, 4 Oct 2021 13:37:16 +0200 Subject: [PATCH] Revert config disabling crosscompile by default --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },