mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Correct GUILE_LOAD_COMPILE_PATH to include Guile's own modules as well as ours.
This commit is contained in:
parent
d8c2f52447
commit
50874d89da
@ -63,9 +63,8 @@ GUILE_WARN_DEPRECATED=no
|
||||
# GUILE_LIBS=
|
||||
# GUILE_COMPILED_LIBS=
|
||||
GUILE_LOAD_PATH={GNC_DATA}/scm;{GUILE_LIBS};{GUILE_LOAD_PATH}
|
||||
# Note the use of {SYS_LIB}/lib here instead of {GNC_LIB}. The latter points to
|
||||
# the wrong directory on Windows for this particular purpose.
|
||||
GUILE_LOAD_COMPILED_PATH={SYS_LIB}/gnucash/scm/ccache/@-GUILE_EFFECTIVE_VERSION-@;{GUILE_COMPILED_LIBS};{GUILE_LOAD_COMPILED_PATH}
|
||||
|
||||
GUILE_LOAD_COMPILED_PATH={SYS_LIB}/guile/2.0/ccache;{GNC_LIB}ccache/@-GUILE_EFFECTIVE_VERSION-@;{GUILE_COMPILED_LIBS};{GUILE_LOAD_COMPILED_PATH}
|
||||
|
||||
# Tell Guile where to find GnuCash specific shared libraries
|
||||
GNC_LIBRARY_PATH={SYS_LIB};{GNC_LIB}
|
||||
|
Loading…
Reference in New Issue
Block a user