aboutsummaryrefslogtreecommitdiff
path: root/src/lux/compiler/base.clj
diff options
context:
space:
mode:
authorEduardo Julian2016-10-30 00:30:43 -0400
committerEduardo Julian2016-10-30 00:30:43 -0400
commit8d7472544db3e0b1cccb0660fa5715cec7e559b0 (patch)
tree3a1494f3e15dac57d6c01f5271e267e07d1a0feb /src/lux/compiler/base.clj
parent2dfc64d30a6220866a80e1a9c77910df0b177a06 (diff)
- Moved the packaging of Lux programs from the compiler to the Leiningen plugin.
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")