Skip to content

Commit

Permalink
just trying
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansantiagojr committed Sep 5, 2024
1 parent 0b2f63d commit 4b9db2a
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 @@ -23,6 +23,6 @@ pub fn build(b: *std.Build) void {
},
});
lib.linkLibC();
b.installArtifact(lib);
b.installArtifact(lua_lib);
b.installArtifact(lib);
}

0 comments on commit 4b9db2a

Please sign in to comment.