Add linux pacman add_extsources for vulkan-headers (#858)

pull/903/head
Arthapz 3 years ago committed by GitHub
parent a1000cb334
commit 9f668187f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      packages/v/vulkan-headers/xmake.lua

@ -13,6 +13,11 @@ package("vulkan-headers")
add_versions("1.2.154+0", "a0528ade4dd3bd826b960ba4ccabc62e92ecedc3c70331b291e0a7671b3520f9")
add_deps("cmake")
if is_plat("linux") then
add_extsources("pacman::vulkan-headers")
end
on_install("windows", "linux", "macosx", function (package)
import("package.tools.cmake").install(package)
end)

Loading…
Cancel
Save