Skip to content
Snippets Groups Projects
Commit 8b2c3daf authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix the location of the asdf module for GCL 2.7.0.

parent e39ebb40
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ It notably doesn't work on: ...@@ -48,7 +48,7 @@ It notably doesn't work on:
#+clozure #p"ccl:tools;" #+clozure #p"ccl:tools;"
#+cmu #p"modules:asdf/" #+cmu #p"modules:asdf/"
#+(or ecl mkcl) #p"sys:" #+(or ecl mkcl) #p"sys:"
#+gcl system:*system-directory* #+gcl (subpathname system:*system-directory* "../modules/")
#+lispworks (system:lispworks-dir "load-on-demand/utilities/") #+lispworks (system:lispworks-dir "load-on-demand/utilities/")
#+sbcl (subpathname (sb-int:sbcl-homedir-pathname) "contrib/") #+sbcl (subpathname (sb-int:sbcl-homedir-pathname) "contrib/")
#+scl #p"file://modules/" #+scl #p"file://modules/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment