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 6376576
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JoltPhysics
Submodule JoltPhysics updated 1 files
+1 −0 Jolt/Jolt.cmake
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 6376576

Please sign in to comment.