Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Commit

Permalink
Support CCL in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdasakura committed Oct 26, 2014
1 parent 5ae1231 commit 4d261e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/install.lisp
Expand Up @@ -177,9 +177,9 @@ if ( -e ~Ashelly/init.csh ) source ~:*~Alib/shelly/init.csh"
:if-exists :supersede)
(format out "SHELLY_LISP_IMPL=\"~A\"~%SHELLY_LISP_BINARY=\"~A\"~%SHELLY_VERSION=\"~A\"~%QUICKLISP_HOME=~:[~;~:*\"~A\"~]~%"
*current-lisp-name*
#-win32
#-(or win32 windows)
*current-lisp-path*
#+win32
#+(or win32 windows)
(substitute #\/ #\\ *current-lisp-path*)
version
#+quicklisp ql:*quicklisp-home*
Expand Down

0 comments on commit 4d261e7

Please sign in to comment.