From 12b1efead46d66671b522c48b998817af86266db Mon Sep 17 00:00:00 2001 From: Arthur Laurent Date: Tue, 29 Oct 2024 02:02:14 +0100 Subject: [PATCH] [vulkan-memory-allocator-hpp] fix module support (#5604) --- packages/v/vulkan-memory-allocator-hpp/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/v/vulkan-memory-allocator-hpp/xmake.lua b/packages/v/vulkan-memory-allocator-hpp/xmake.lua index dee108b2ddd..1882d72884b 100644 --- a/packages/v/vulkan-memory-allocator-hpp/xmake.lua +++ b/packages/v/vulkan-memory-allocator-hpp/xmake.lua @@ -44,7 +44,7 @@ package("vulkan-memory-allocator-hpp") io.writefile("xmake.lua", format([[ add_requires("vulkan-memory-allocator", "%s >= 1.3.275") target("vulkan-memory-allocator-hpp") - set_kind("static") + set_kind("moduleonly") set_languages("c++20") add_headerfiles("include/(**.hpp)") add_includedirs("include")