mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
a3a42d29ee
commit
63089e1f1a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user