gpu: update dawn C shims to reflect library name

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-11-16 23:37:37 -07:00 committed by Stephen Gutekanst
parent 882e82f601
commit efb7fe9c62
4 changed files with 15 additions and 15 deletions

View file

@ -61,7 +61,7 @@ fn buildLibMachDawnNative(b: *Builder, step: *std.build.LibExeObjStep) *std.buil
lib.linkLibCpp();
glfw.link(b, lib, .{ .system_sdk = .{ .set_sysroot = false } });
lib.addCSourceFile("src/dawn/dawn_native_c.cpp", &.{
lib.addCSourceFile("src/dawn/dawn_native_mach.cpp", &.{
include("libs/mach-glfw/upstream/glfw/include"),
include("libs/dawn/out/Debug/gen/src/include"),
include("libs/dawn/out/Debug/gen/src"),