ruki 3 years ago
parent
commit
34bbe19dfd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/v/vulkan-memory-allocator/xmake.lua

+ 1 - 1
packages/v/vulkan-memory-allocator/xmake.lua

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