Add linux pacman add_extsources for vulkan-hpp (#857)

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

@ -11,6 +11,10 @@ package("vulkan-hpp")
add_deps("cmake")
if is_plat("linux") then
add_extsources("pacman::vulkan-headers")
end
on_install("windows", "linux", "macosx", "mingw", function (package)
local arch_prev
if package:is_plat("mingw") and package.plat_set then

Loading…
Cancel
Save