Skip to content

Commit

Permalink
Add extsources for jolt-physics (#2605)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImperatorS79 authored Sep 17, 2023
1 parent 958d084 commit 087ca48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/j/joltphysics/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ package("joltphysics")
add_syslinks("pthread")
end

if is_plat("mingw") and is_subhost("msys") then
add_extsources("pacman::jolt-physics")
end

on_load(function (package)
local version = package:version()
if not version or version:ge("3.0.0") then
Expand Down

0 comments on commit 087ca48

Please sign in to comment.