Skip to content

Commit

Permalink
completely remove linkFreetype/linkHarfbuzz; helps hexops/mach#1154
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
  • Loading branch information
emidoots committed Feb 2, 2024
1 parent a54c667 commit dc4a5d8
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,3 @@ pub fn build(b: *std.Build) !void {
example_run_step.dependOn(&example_run_cmd.step);
}
}

pub fn linkFreetype(
b: *std.Build,
step: *std.Build.Step.Compile,
) void {
_ = b;
_ = step;
@panic("linkFreetype is deprecated / no longer needed, remove the call to it.");
}

pub fn linkHarfbuzz(
b: *std.Build,
step: *std.Build.Step.Compile,
) void {
_ = b;
_ = step;
@panic("linkFreetype is deprecated / no longer needed, remove the call to it.");
}

0 comments on commit dc4a5d8

Please sign in to comment.