X11 library (WIP)
This commit is contained in:
9
packages/x11/build.zig
Normal file
9
packages/x11/build.zig
Normal file
@@ -0,0 +1,9 @@
|
||||
const std = @import("std");
|
||||
|
||||
pub fn build(b: *std.Build) void {
|
||||
const mod = b.addModule("x11", .{
|
||||
.root_source_file = b.path("src/root.zig"),
|
||||
});
|
||||
|
||||
mod.linkSystemLibrary("X11", .{});
|
||||
}
|
||||
Reference in New Issue
Block a user