aboutsummaryrefslogtreecommitdiff
path: root/lux-lein
diff options
context:
space:
mode:
authorEduardo Julian2021-06-26 00:56:43 -0400
committerEduardo Julian2021-06-26 00:56:43 -0400
commitb80f79ae6b2e240949ebd709a253e21f7caf7ed3 (patch)
tree0347461baa5544b0afa65fe260d7f804ff238c97 /lux-lein
parentce1a7a131f7c4df8eae5c019eba2893b56f04d46 (diff)
Delegate text (lower|upper)-casing to the host-platform implementations.
Diffstat (limited to 'lux-lein')
-rw-r--r--lux-lein/src/leiningen/lux/utils.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-lein/src/leiningen/lux/utils.clj b/lux-lein/src/leiningen/lux/utils.clj
index 8aea46c44..debd9832d 100644
--- a/lux-lein/src/leiningen/lux/utils.clj
+++ b/lux-lein/src/leiningen/lux/utils.clj
@@ -143,7 +143,7 @@
target (get project :target-path default-target-dir)]
(str (java-command project)
" -jar " compiler " build"
- " --library " "~/lux/stdlib/target/library.tar"
+ ;; " --library " "~/lux/stdlib/target/library.tar"
sources
" --target " target
" --module " module)))))