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 69ffb66
Showing 1 changed file with 4 additions and 1 deletion.
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 69ffb66

Please sign in to comment.