Skip to content

Commit

Permalink
Fixed shared library name.
Browse files Browse the repository at this point in the history
  • Loading branch information
phronmophobic committed Mar 31, 2024
1 parent 1024e59 commit ddc9d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
:target (.getCanonicalPath
(io/file skialib-class-dir
(str resource-prefix "-" resource-suffix)
(str "libmembraneskialib." shared-suffix)))})
(str "libmembraneskia." shared-suffix)))})
(b/jar {:class-dir skialib-class-dir
:jar-file skialib-jar-file})
(try ((requiring-resolve 'deps-deploy.deps-deploy/deploy)
Expand Down

0 comments on commit ddc9d2b

Please sign in to comment.