Remove vulkan-hpp warnings as errors (#3978)

pull/3988/head
Latias94 7 months ago committed by GitHub
parent 97af345385
commit 8bcefba3d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/v/vulkan-hpp/xmake.lua

@ -49,6 +49,8 @@ package("vulkan-hpp")
package:plat_set(os.host())
package:arch_set(os.arch())
end
io.replace("CMakeLists.txt", "-Werror", "", {plain = true})
io.replace("CMakeLists.txt", "/WX", "", {plain = true})
import("package.tools.cmake").build(package, {buildir = "build"})
if arch_prev and plat_prev then
package:plat_set(plat_prev)

Loading…
Cancel
Save