From 59228dfed2316f83d95cb41953c6e9e5c5e7e3d7 Mon Sep 17 00:00:00 2001 From: Bora Date: Sun, 10 Nov 2024 06:58:30 +0300 Subject: [PATCH] Fix usage of wrong Vulkan lib name for Windows --- libraries/vulkan.c3l/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/vulkan.c3l/manifest.json b/libraries/vulkan.c3l/manifest.json index a74a229..ac31438 100644 --- a/libraries/vulkan.c3l/manifest.json +++ b/libraries/vulkan.c3l/manifest.json @@ -103,7 +103,7 @@ // C3 libraries this target depends on: "dependencies" : [], // The external libraries to link for this target: - "linked-libraries" : ["vulkan"] + "linked-libraries" : ["vulkan-1"] }, "windows-x64" : { // Extra flags to the linker for this target: @@ -111,7 +111,7 @@ // C3 libraries this target depends on: "dependencies" : [], // The external libraries to link for this target: - "linked-libraries" : ["vulkan"] + "linked-libraries" : ["vulkan-1"] }, } }