gpu: update dawn C shims to reflect library name
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
882e82f601
commit
efb7fe9c62
4 changed files with 15 additions and 15 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue