gnucash-on-windows master: Swig 4 installs in /usr/share/swig

Geert Janssens gjanssens at code.gnucash.org
Mon Jun 3 04:14:48 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/b4186f16 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/1a9ae94a (commit)



commit b4186f16438ab27e9e272c103fe6faf92c1c8c2f
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Jun 1 12:05:56 2019 +0200

    Swig 4 installs in /usr/share/swig
    
    This is in the standard search path so we no longer need to explicitly set SWIG_DIR.

diff --git a/jhbuildrc.in b/jhbuildrc.in
index 4502da9..32a9a92 100644
--- a/jhbuildrc.in
+++ b/jhbuildrc.in
@@ -81,7 +81,6 @@ _gtk_ldflags= _popen("pkg-config --libs gtk+-3.0")
 append_autogenargs("libofx", "--with-opensp-includes=" + prefix + "/include/OpenSP --with-opensp-libs=" + prefix + "/lib")
 append_autogenargs("libdbi-drivers","--with-dbi-incdir=" + prefix + "/include --with-dbi-libdir=" + prefix + "/lib")
 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_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')}



Summary of changes:
 jhbuildrc.in | 1 -
 1 file changed, 1 deletion(-)



More information about the gnucash-changes mailing list