Change default library path on windows.
authorChris Hanson <org/chris-hanson/cph>
Fri, 18 Dec 2009 08:31:03 +0000 (00:31 -0800)
committerChris Hanson <org/chris-hanson/cph>
Fri, 18 Dec 2009 08:31:03 +0000 (00:31 -0800)
src/microcode/option.c

index 2e0118639ba40a9bdb0101285601b0d9d7679358..850cdd72a81876aff8ae34b1db832113a8350631 100644 (file)
@@ -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