Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c3fe8ac

Browse files
committedApr 18, 2024··
Native/Vulkan Loader: Fix path to vulkan-1.dll for win-arm64, take 2.
1 parent 2855971 commit c3fe8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build/nuke/Native/VulkanLoader.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ partial class Build {
8787

8888
CopyAll((buildDir / "loader").GlobFiles("vulkan-1.dll"), runtimes / "win-arm64" / "native");
8989

90-
glob = runtimes / "win-arm64" / "native" / "libvulkan-1.dll";
90+
glob = runtimes / "win-arm64" / "native" / "vulkan-1.dll";
9191
}
9292
}
9393
else if (OperatingSystem.IsMacOS())

0 commit comments

Comments
 (0)