diff options
Diffstat (limited to 'build.lisp')
-rw-r--r-- | build.lisp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build.lisp b/build.lisp index 3c8ce3372177..ce67a91f6585 100644 --- a/build.lisp +++ b/build.lisp @@ -28,10 +28,4 @@ ;; cl-prevalence is not in the current Quicklisp -> Nix snapshot (ql:quickload "cl-prevalence") -;; the $out path should be set in the application to let Hunchentoot serve the -;; correct static files. - -(if (sb-posix:getenv "out") - (defvar *gemma-nix-out-dir* (sb-posix:getenv "out"))) - (asdf:operate 'asdf:program-op :gemma) |