about summary refs log tree commit diff
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index a76d763..73e0c76 100644
--- a/build.zig
+++ b/build.zig
@@ -27,7 +27,6 @@ pub fn build(b: *std.Build) !void {
     });
 
     switch (target.result.os.tag) {
-        .linux => exe_mod.linkSystemLibrary("LLVM-19", .{}),
         .macos => {
             exe_mod.addLibraryPath(.{
                 .cwd_relative = "/opt/homebrew/opt/llvm/lib",