summaryrefslogtreecommitdiff
path: root/geiser/evaluation.scm
diff options
context:
space:
mode:
Diffstat (limited to 'geiser/evaluation.scm')
-rw-r--r--geiser/evaluation.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/geiser/evaluation.scm b/geiser/evaluation.scm
index eab98b6..bdbcdd8 100644
--- a/geiser/evaluation.scm
+++ b/geiser/evaluation.scm
@@ -95,7 +95,7 @@
(cf (cond-expand (guile-2.2 load-thunk-from-memory)
(else make-program)))
(o (compile form
- #:to (if bytcode? 'bytecode 'objcode)
+ #:to to
#:env module
#:opts opts))
(thunk (cf o)))