https://git.tonybtw.com/oxwm.git
git://git.tonybtw.com/oxwm.git
Fixed ld linker for aur and legacy distros
Diff
diff --git a/build.zig b/build.zig
index 0752680..8b8d1e0 100644
--- a/build.zig
+++ b/build.zig
@@ -17,6 +17,8 @@ pub fn build(b: *std.Build) void {
.root_source_file = b.path("templates/config.lua"),
});
+ exe.use_lld = false;
+
exe.linkSystemLibrary("lua5.4");
exe.linkSystemLibrary("X11");
exe.linkSystemLibrary("Xinerama");