From b7873d4b68ffc041f9ff134c52a32b54c20febf9 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 9 Jan 2022 05:35:12 -0400 Subject: Fixed a bug when testing extensions on the JVM compiler. --- lux-lein/src/leiningen/lux/packager.clj | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'lux-lein') diff --git a/lux-lein/src/leiningen/lux/packager.clj b/lux-lein/src/leiningen/lux/packager.clj index 6b2b7d9ff..97b7580ec 100644 --- a/lux-lein/src/leiningen/lux/packager.clj +++ b/lux-lein/src/leiningen/lux/packager.clj @@ -130,11 +130,14 @@ (recur (.getNextJarEntry is)))) )))) -(def default-manifest-file (str "." java.io.File/separator "AndroidManifest.xml")) -(def jar-exclusions ["com/github/luxlang/lux-bootstrapper" - "org/clojure/clojure" - "org/clojure/core.match" - "org/ow2/asm/asm-all"]) +(def default-manifest-file + (str "." java.io.File/separator "AndroidManifest.xml")) + +(def jar-exclusions + ["com/github/luxlang/lux-bootstrapper" + "org/clojure/clojure" + "org/clojure/core.match" + "org/ow2/asm/asm-all"]) ;; [Resources] (defn ^:private package-jvm -- cgit v1.2.3