Bug 793155 - Gnucash 2.7.4 crashes on launch MacOS 10.13.4 PB1

Crash because Guile couldn't find boot-9.scm, fix by telling it where
to look.
This commit is contained in:
John Ralls 2018-02-04 10:12:38 -08:00
parent a3a42d29ee
commit 63089e1f1a

View File

@ -60,7 +60,7 @@ GUILE_WARN_DEPRECATED=no
# modules.
# GUILE_LIBS=
# GUILE_COMPILED_LIBS=
GUILE_LOAD_PATH={GNC_DATA}/scm;{GUILE_LIBS};{GUILE_LOAD_PATH}
GUILE_LOAD_PATH={GNC_DATA}/scm;{GNC_HOME}/share/guile//@GUILE_EFFECTIVE_VERSION@;{GUILE_LIBS};{GUILE_LOAD_PATH}
# On Windows {GNC_LIB} points to {GNC_HOME}/bin because that's where the DLLs
# are. It's not where the compiled scheme files are so we use {SYS_LIB} here.