Skip to content

Commit

Permalink
Change the other location where guile was set to 1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Oct 19, 2017
1 parent 827e0c8 commit 7411430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inno_setup/gnucash-mingw64.iss
Expand Up @@ -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;
Expand Down

0 comments on commit 7411430

Please sign in to comment.