gnucash-on-windows master: Change the other location where guile was set to 1.8.

John Ralls jralls at code.gnucash.org
Thu Oct 19 19:57:48 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/74114308 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/827e0c82 (commit)



commit 741143086ffaa0c6b1522bc68f1f321f9282dcf7
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Oct 19 16:57:40 2017 -0700

    Change the other location where guile was set to 1.8.

diff --git a/inno_setup/gnucash-mingw64.iss b/inno_setup/gnucash-mingw64.iss
index 18e9931..3b73a58 100644
--- a/inno_setup/gnucash-mingw64.iss
+++ b/inno_setup/gnucash-mingw64.iss
@@ -462,7 +462,7 @@ begin
       { Adapt GUILE_LOAD_PATH parameter and prevent cygwin interference in SCHEME_LIBRARY_PATH }
       if (Pos('GUILE_LOAD_PATH', EnvStrList[iLineCounter]) = 1) then
       begin
-        StringChangeEx(EnvStrList[iLineCounter], '{GUILE_LOAD_PATH}', '{GNC_HOME}/share/guile/1.8;{GUILE_LOAD_PATH}', True);
+        StringChangeEx(EnvStrList[iLineCounter], '{GUILE_LOAD_PATH}', '{GNC_HOME}/share/guile/2.0;{GUILE_LOAD_PATH}', True);
 
         EnvStrList[iLineCounter] := EnvStrList[iLineCounter] + #13#10 + '# Clear SCHEME_LIBRARY_PATH to prevent interference from other guile installations (like cygwin)' + #13#10;
         EnvStrList[iLineCounter] := EnvStrList[iLineCounter] + 'SCHEME_LIBRARY_PATH=' + #13#10;



Summary of changes:
 inno_setup/gnucash-mingw64.iss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list