Skip to content

Commit

Permalink
to build example authenticator run . Make sure you have libnotify ins…
Browse files Browse the repository at this point in the history
…talled
  • Loading branch information
r4gus committed Sep 30, 2023
1 parent 31212e9 commit cfd3eb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ pub fn build(b: *std.build.Builder) !void {
authenticator.addModule("snorlax", snorlax_module);
authenticator.linkSystemLibrary("libnotify");
authenticator.linkLibC();
b.installArtifact(authenticator);

const build_auth_step = b.step("auth", "Build example platform authenticator");
build_auth_step.dependOn(&b.addInstallArtifact(authenticator, .{}).step);

// ++++++++++++++++++++++++++++++++++++++++++++
// Command Line Tool
Expand Down

0 comments on commit cfd3eb7

Please sign in to comment.