Ajust the GUILE_COMPILE_PATH such that it also works on Windows

This commit is contained in:
Geert Janssens 2017-09-06 16:20:54 +02:00
parent 118af3e9e9
commit 32a8b853f1

View File

@ -63,7 +63,9 @@ GUILE_WARN_DEPRECATED=no
# GUILE_LIBS=
# GUILE_COMPILED_LIBS=
GUILE_LOAD_PATH={GNC_DATA}/scm;{GUILE_LIBS};{GUILE_LOAD_PATH}
GUILE_LOAD_COMPILED_PATH={GNC_LIB}/scm/ccache/@-GUILE_EFFECTIVE_VERSION-@;{GUILE_COMPILED_LIBS};{GUILE_LOAD_COMPILED_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}
# Tell Guile where to find GnuCash specific shared libraries
GNC_LIBRARY_PATH={SYS_LIB};{GNC_LIB}