Skip to content

Commit

Permalink
wip12
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeodrippe committed Jul 23, 2024
1 parent 8a483ce commit 36dd178
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JoltPhysics
5 changes: 4 additions & 1 deletion src/vybe/jolt/impl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
(set! *warn-on-reflection* true)

(vp/-copy-lib! "joltc_zig")
(vp/-copy-lib! "vybe_jolt")
;; In windows, we build Jolt differently.
(when-not (str/includes? (str/lower-case (System/getProperty "os.name"))
"win")
(vp/-copy-lib! "vybe_jolt"))

(def ^:private declared-methods
(concat (:declaredMethods (bean jolt))
Expand Down

0 comments on commit 36dd178

Please sign in to comment.