Browse Source

vulkan-headers: remove platform limitation (#1202)

Jérôme Leclercq 3 years ago
parent
commit
aacb07a918
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/v/vulkan-headers/xmake.lua

+ 1 - 1
packages/v/vulkan-headers/xmake.lua

@@ -19,7 +19,7 @@ package("vulkan-headers")
       add_extsources("pacman::vulkan-headers")
     end
 
-    on_install("windows", "linux", "macosx", "iphoneos", "android", function (package)
+    on_install(function (package)
         import("package.tools.cmake").install(package)
     end)