diff options
author | Eduardo Julian | 2021-06-26 00:56:43 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-06-26 00:56:43 -0400 |
commit | b80f79ae6b2e240949ebd709a253e21f7caf7ed3 (patch) | |
tree | 0347461baa5544b0afa65fe260d7f804ff238c97 /lux-lein/src | |
parent | ce1a7a131f7c4df8eae5c019eba2893b56f04d46 (diff) |
Delegate text (lower|upper)-casing to the host-platform implementations.
Diffstat (limited to 'lux-lein/src')
-rw-r--r-- | lux-lein/src/leiningen/lux/utils.clj | 2 |
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))))) |