From 63765762f44ef4e9bbbae987e1bd1b41fc7ec384 Mon Sep 17 00:00:00 2001 From: Paulo Feodrippe Date: Tue, 23 Jul 2024 00:21:41 -0400 Subject: [PATCH] wip12 --- JoltPhysics | 2 +- src/vybe/jolt/impl.clj | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/JoltPhysics b/JoltPhysics index 2e53ec83..7cc7c811 160000 --- a/JoltPhysics +++ b/JoltPhysics @@ -1 +1 @@ -Subproject commit 2e53ec83e671a3ef440d3f3735e457c383b8470d +Subproject commit 7cc7c811b785242a1d9e10749bf1805e24d0a67d diff --git a/src/vybe/jolt/impl.clj b/src/vybe/jolt/impl.clj index 35ad9e07..b31d78b6 100644 --- a/src/vybe/jolt/impl.clj +++ b/src/vybe/jolt/impl.clj @@ -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))