oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git

Fixed ld linker for aur and legacy distros

Commit
b84bff44d8fcb76ea5d7e95cae50486cb4f02e0c
Parent
9fac3c6
Author
tonybanters <tonybanters@gmail.com>
Date
2026-02-17 06:25:18

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");