vulkan-memory-allocator: support bsd (#4332)

pull/4334/head
M 6 months ago committed by GitHub
parent ebe5eef40b
commit b83d4f9214
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/v/vulkan-memory-allocator/xmake.lua

@ -11,7 +11,7 @@ package("vulkan-memory-allocator")
add_deps("vulkan-headers")
on_install("windows", "linux", "mingw", "macosx", "iphoneos", "android", function (package)
on_install("windows", "linux", "mingw", "macosx", "iphoneos", "android", "bsd", function (package)
os.cp("include/vk_mem_alloc.h", package:installdir("include"))
end)

Loading…
Cancel
Save