Skip to content

Commit

Permalink
fix skialib coordinate.
Browse files Browse the repository at this point in the history
  • Loading branch information
phronmophobic committed Mar 31, 2024
1 parent a872943 commit 1024e59
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,15 @@
(io/file "csource"
(str "libmembraneskia-" arch "." shared-suffix)))

coord (symbol "com.phronemophobic.membrane"
(str "skialib-" platform "-" resource-suffix))

glfw-platform (case platform
coord-platform (case platform
"macos" "macosx"
platform)
coord (symbol "com.phronemophobic.membrane"
(str "skialib-" coord-platform "-" resource-suffix))


glfw-dep (symbol "com.phronemophobic"
(str "glfw-" glfw-platform "-" resource-suffix))
(str "glfw-" coord-platform "-" resource-suffix))
skia-basis (b/create-basis {:project
{:deps
{glfw-dep {:mvn/version "3.3.8"}}}})]
Expand Down

0 comments on commit 1024e59

Please sign in to comment.