build: workaround Zig package manager issue
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
178d55965e
commit
2288073366
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue