aboutsummaryrefslogtreecommitdiff
path: root/lux-lein
diff options
context:
space:
mode:
authorEduardo Julian2022-01-09 05:35:12 -0400
committerEduardo Julian2022-01-09 05:35:12 -0400
commitb7873d4b68ffc041f9ff134c52a32b54c20febf9 (patch)
treeb4892c00eee2e57ebd763b646dc4a89796235000 /lux-lein
parent54e219ee24c1508713d07473cd8a3b04c7f8fe18 (diff)
Fixed a bug when testing extensions on the JVM compiler.
Diffstat (limited to 'lux-lein')
-rw-r--r--lux-lein/src/leiningen/lux/packager.clj13
1 files changed, 8 insertions, 5 deletions
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