From 787c8d0edc290ab769b02c11d156e01b25f261e8 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Mon, 27 Jan 2025 19:10:17 -0800 Subject: [PATCH] [xb] "Fix" submodule update --- xenia-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xenia-build b/xenia-build index 4d34074f4..c778f8286 100755 --- a/xenia-build +++ b/xenia-build @@ -424,8 +424,8 @@ def git_submodule_update(): 'submodule', 'update', '--init', - '-j', str(os.cpu_count()), - #'--depth 1', # This doesn't work for some reason + #'-j', args['j'], # These would be faster if they worked + #'--depth 1', ])