Skip to content

Commit

Permalink
Fix usage of wrong Vulkan lib name for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kulkalkul authored and lerno committed Nov 10, 2024
1 parent c3e9cd2 commit b9b44de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/vulkan.c3l/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@
// 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:
"link-args" : [],
// C3 libraries this target depends on:
"dependencies" : [],
// The external libraries to link for this target:
"linked-libraries" : ["vulkan"]
"linked-libraries" : ["vulkan-1"]
},
}
}

0 comments on commit b9b44de

Please sign in to comment.