build: workaround Zig package manager issue

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-07-31 20:51:34 -07:00 committed by Stephen Gutekanst
parent 178d55965e
commit 2288073366

View file

@ -158,7 +158,7 @@ pub const App = struct {
.target = app.compile.target, .target = app.compile.target,
.optimize = app.compile.optimize, .optimize = app.compile.optimize,
}); });
const harfbuzz_dep = app.b.dependency("harfbuzz", .{ const harfbuzz_dep = app.b.dependency("mach_freetype.harfbuzz", .{
.target = app.compile.target, .target = app.compile.target,
.optimize = app.compile.optimize, .optimize = app.compile.optimize,
.enable_freetype = true, .enable_freetype = true,