diff --git a/build.zig b/build.zig index 580e9bb7..e478c159 100644 --- a/build.zig +++ b/build.zig @@ -158,7 +158,7 @@ pub const App = struct { .target = app.compile.target, .optimize = app.compile.optimize, }); - const harfbuzz_dep = app.b.dependency("harfbuzz", .{ + const harfbuzz_dep = app.b.dependency("mach_freetype.harfbuzz", .{ .target = app.compile.target, .optimize = app.compile.optimize, .enable_freetype = true,