diff options
| author | Baitinq <[email protected]> | 2025-03-22 22:32:38 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-03-22 22:32:38 +0100 |
| commit | bbaa735d85f03f4e829e87e3e28b34c5e3c20584 (patch) | |
| tree | 3283c192adf73f9caa28a82c2ee407f1e9a8cc22 | |
| parent | Feature: Add initial support for linking external symbols (diff) | |
| download | pry-lang-bbaa735d85f03f4e829e87e3e28b34c5e3c20584.tar.gz pry-lang-bbaa735d85f03f4e829e87e3e28b34c5e3c20584.tar.bz2 pry-lang-bbaa735d85f03f4e829e87e3e28b34c5e3c20584.zip | |
Misc: Fix building on linux
| -rw-r--r-- | build.zig | 1 |
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", |