aboutsummaryrefslogtreecommitdiff
path: root/src/lux/compiler/base.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/lux/compiler/base.clj')
-rw-r--r--src/lux/compiler/base.clj3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lux/compiler/base.clj b/src/lux/compiler/base.clj
index 9eec050e9..499bc2644 100644
--- a/src/lux/compiler/base.clj
+++ b/src/lux/compiler/base.clj
@@ -26,8 +26,7 @@
(java.lang.reflect Field)))
;; [Constants]
-(def ^:const ^String output-dir "target/jvm")
-(def ^:const ^String output-package (str output-dir "/" "program.jar"))
+5
(def ^:const ^String function-class "lux/Function")
(def ^:const ^String lux-utils-class "lux/LuxRT")
(def ^:const ^String unit-tag-field "unit_tag")