Skip to content

Commit

Permalink
LibExeObjStep -> CompileStep
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioarnold committed Feb 5, 2023
1 parent d02b36b commit 5e5098b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fn sdkPath(comptime suffix: []const u8) []const u8 {
};
}

pub fn makeLib(b: *std.Build, target: std.zig.CrossTarget, optimize: builtin.OptimizeMode) *std.build.LibExeObjStep {
pub fn makeLib(b: *std.Build, target: std.zig.CrossTarget, optimize: builtin.OptimizeMode) *std.build.CompileStep {
const lib = b.addStaticLibrary(.{
.name = "nfd",
.root_source_file = .{ .path = sdkPath("/src/lib.zig") },
Expand Down

0 comments on commit 5e5098b

Please sign in to comment.