summaryrefslogtreecommitdiffstats
path: root/make-image.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'make-image.lisp')
-rw-r--r--make-image.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-image.lisp b/make-image.lisp
index 1221037..733cb8c 100644
--- a/make-image.lisp
+++ b/make-image.lisp
@@ -11,6 +11,6 @@
"clark" :toplevel
(lambda ()
(sb-posix:putenv (format nil "SBCL_HOME=~A" #.(sb-ext:posix-getenv "SBCL_HOME")))
- (org.ryuslash.clark:clark)
+ (org.ryuslash.clark:clark sb-ext:*posix-argv*)
0)
:executable t)