gnucash-on-windows master: Fix error in gnucash extra environment.

John Ralls jralls at code.gnucash.org
Thu May 2 14:28:36 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/55a03187 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/fbd83a59 (commit)



commit 55a031879667137c8ddd0ec7247d315137c77f61
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu May 2 11:28:17 2019 -0700

    Fix error in gnucash extra environment.

diff --git a/jhbuildrc.in b/jhbuildrc.in
index 585efa2..4502da9 100644
--- a/jhbuildrc.in
+++ b/jhbuildrc.in
@@ -83,7 +83,7 @@ append_autogenargs("libdbi-drivers","--with-dbi-incdir=" + prefix + "/include --
 module_makeargs["aqbanking"]="-j 1"
 module_cmakeargs["gnucash-git"]="-DSWIG_DIR=" + os.path.join(_mingw_base, 'share', 'swig', '3.0.12')
 
-module_extra_env["gnucash"]={'GUILE_LOAD_PATH':os.path.join(prefix, 'share', 'guile', '2.2'), 'GUILE_LOAD_PATH':os.path.join(prefix, 'lib', 'guile', '2.2', 'ccache')}
-module_extra_env["gnucash-git"]={'GUILE_LOAD_PATH':os.path.join(prefix, 'share', 'guile', '2.2'), 'GUILE_LOAD_PATH':os.path.join(prefix, 'lib', 'guile', '2.2', 'ccache')}
+module_extra_env["gnucash"]={'GUILE_LOAD_PATH':os.path.join(prefix, 'share', 'guile', '2.2'), 'GUILE_LOAD_COMPILED_PATH':os.path.join(prefix, 'lib', 'guile', '2.2', 'ccache')}
+module_extra_env["gnucash-git"]={'GUILE_LOAD_PATH':os.path.join(prefix, 'share', 'guile', '2.2'), 'GUILE_LOAD_COMPILED_PATH':os.path.join(prefix, 'lib', 'guile', '2.2', 'ccache')}
 module_extra_env["gwenhywfar"]={'CFLAGS': _gtk_cflags, 'LDFLAGS': _gtk_ldflags}
 



Summary of changes:
 jhbuildrc.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list