From b80f79ae6b2e240949ebd709a253e21f7caf7ed3 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 26 Jun 2021 00:56:43 -0400 Subject: Delegate text (lower|upper)-casing to the host-platform implementations. --- lux-lein/src/leiningen/lux/utils.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-lein') 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))))) -- cgit v1.2.3