revert build.clj changes fully
This commit is contained in:
parent
854d6ce850
commit
b37b975b17
1 changed files with 4 additions and 4 deletions
|
|
@ -72,8 +72,8 @@
|
||||||
:src-dirs source-dirs})
|
:src-dirs source-dirs})
|
||||||
(b/copy-file {:src (b/pom-path {:lib lib-coord
|
(b/copy-file {:src (b/pom-path {:lib lib-coord
|
||||||
:class-dir class-dir})
|
:class-dir class-dir})
|
||||||
:target (str target-dir "pom.xml")})
|
:target (str target-dir "pom.xml")}))
|
||||||
opts))
|
opts)
|
||||||
|
|
||||||
(defn pom
|
(defn pom
|
||||||
"Generates a `pom.xml` file in the `target/classes/META-INF` directory.
|
"Generates a `pom.xml` file in the `target/classes/META-INF` directory.
|
||||||
|
|
@ -118,8 +118,8 @@
|
||||||
(.mkdirs (io/file target-dir))
|
(.mkdirs (io/file target-dir))
|
||||||
(b/process {:command-args (concat ["clang" "-fpic" "-shared"]
|
(b/process {:command-args (concat ["clang" "-fpic" "-shared"]
|
||||||
c-files
|
c-files
|
||||||
["-o" test-c-library])})
|
["-o" test-c-library])}))
|
||||||
opts))
|
opts)
|
||||||
|
|
||||||
(defn run-tasks
|
(defn run-tasks
|
||||||
"Runs a series of tasks with a set of options.
|
"Runs a series of tasks with a set of options.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue