Skip to content

Commit

Permalink
make "zig build -Dfreetype_enable_brotli=false" work
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
  • Loading branch information
slimsag committed Jan 14, 2024
1 parent 910fdf8 commit e3f204b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ pub fn build(b: *std.Build) void {
lib.linkLibrary(b.dependency("freetype", .{
.target = target,
.optimize = optimize,
.use_system_zlib = use_system_zlib,
.enable_brotli = enable_brotli,
}).artifact("freetype"));
}
b.installArtifact(lib);
Expand Down

0 comments on commit e3f204b

Please sign in to comment.