Add extsources to entt (#1340)

pull/1348/head
ImperatorS79 3 years ago committed by GitHub
parent 2d7e28b212
commit 0c3104df5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/e/entt/xmake.lua

@ -16,6 +16,10 @@ package("entt")
add_versions("v3.6.0", "94b7dc874acd0961cfc28cf6b0342eeb0b7c58250ddde8bdc6c101e84b74c190")
add_deps("cmake")
if is_plat("mingw") and is_subhost("msys") then
add_extsources("pacman::entt")
end
on_install(function (package)
local configs = {"-DENTT_BUILD_TESTING=OFF"}

Loading…
Cancel
Save