gnucash-on-osx master: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Tue Oct 15 17:54:30 EDT 2024
Updated via https://github.com/Gnucash/gnucash-on-osx/commit/34235f62 (commit)
via https://github.com/Gnucash/gnucash-on-osx/commit/08dfc39e (commit)
from https://github.com/Gnucash/gnucash-on-osx/commit/92b9559e (commit)
commit 34235f62fb6b2879ffc138185023afb2a441132d
Merge: 92b9559 08dfc39
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Oct 15 14:51:17 2024 -0700
Merge Noah Noerr's indentation fix to master.
commit 08dfc39e254c1abab75beaa061636a15be1a806c
Author: Noah <Noerr at users.noreply.github.com>
Date: Tue Oct 8 13:01:45 2024 -0400
Update jhbuildrc-custom
Leading whitespace problem. Fixed IndentationError: unexpected indent.
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']
Summary of changes:
jhbuildrc-custom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list