diff options
Diffstat (limited to '')
-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))))) |