From 08dfc39e254c1abab75beaa061636a15be1a806c Mon Sep 17 00:00:00 2001 From: Noah Date: Tue, 8 Oct 2024 13:01:45 -0400 Subject: [PATCH] Update jhbuildrc-custom Leading whitespace problem. Fixed IndentationError: unexpected indent. --- jhbuildrc-custom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhbuildrc-custom b/jhbuildrc-custom index 149b67a..33f517f 100644 --- a/jhbuildrc-custom +++ b/jhbuildrc-custom @@ -23,7 +23,7 @@ modules = _modules_stable _pypathenv = {'PYTHON':os.path.join(prefix, 'bin', 'python3')} - append_autogenargs("fontconfig", "--with-default-fonts=/System/Library/Fonts/Supplemental --with-add-fonts=/System/Library/Fonts,/Library/Fonts --with-cache-dir=home") +append_autogenargs("fontconfig", "--with-default-fonts=/System/Library/Fonts/Supplemental --with-add-fonts=/System/Library/Fonts,/Library/Fonts --with-cache-dir=home") os.environ['CC_FOR_BUILD'] = os.environ['CC'] os.environ['CPP_FOR_BUILD'] = os.environ['CC']