From 48ba16455d42529703ad2bed93acc21079669751 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 18 Dec 2009 00:31:03 -0800 Subject: [PATCH] Change default library path on windows. --- src/microcode/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microcode/option.c b/src/microcode/option.c index 2e0118639..850cdd72a 100644 --- a/src/microcode/option.c +++ b/src/microcode/option.c @@ -194,7 +194,7 @@ Additional options may be supported by the band (and described below).\n\ #ifndef DEFAULT_LIBRARY_PATH # ifdef DOS_LIKE_FILENAMES -# define DEFAULT_LIBRARY_PATH "\\scheme\\lib" +# define DEFAULT_LIBRARY_PATH "c:\\local\\mit-scheme" # else # define DEFAULT_LIBRARY_PATH "/usr/local/lib/mit-scheme" # endif -- 2.25.1