From ad2f9e165d2bdce646507f1aadd133b8f67ae75f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 21 Mar 2017 19:15:12 -0400 Subject: - Can now select between JVM and JS compilation, based on command-line parameters. --- 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 c70ec2289..a786a4d6d 100644 --- a/lux-lein/src/leiningen/lux/utils.clj +++ b/lux-lein/src/leiningen/lux/utils.clj @@ -90,7 +90,7 @@ (str (java-command project) " -cp " class-path " " (lux-command project source-paths)))) - compile-path (str "release " module) + compile-path (str "release jvm " module) repl-path "repl" ) -- cgit v1.2.3