about summary refs log tree commit diff
path: root/build.zig.zon
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-03-04 00:55:34 +0100
committerBaitinq <[email protected]>2025-03-04 01:08:28 +0100
commitd55372bfbf798416ad55a854581bf9bfa4af9ba6 (patch)
treead3fbf5b725b7018f74bef8a74dab72d51c6852f /build.zig.zon
parentCodegen: Initialize all llvm targets (diff)
downloadinterpreter-d55372bfbf798416ad55a854581bf9bfa4af9ba6.tar.gz
interpreter-d55372bfbf798416ad55a854581bf9bfa4af9ba6.tar.bz2
interpreter-d55372bfbf798416ad55a854581bf9bfa4af9ba6.zip
Codegen: add bundled llvm
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon11
1 files changed, 0 insertions, 11 deletions
diff --git a/build.zig.zon b/build.zig.zon
index 74f22e4..ccd1f60 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -17,17 +17,6 @@
     // with this value.
     //.minimum_zig_version = "0.11.0",
 
-    // This field is optional.
-    // Each dependency must either provide a `url` and `hash`, or a `path`.
-    // `zig build --fetch` can be used to fetch all dependencies of a package, recursively.
-    // Once all dependencies are fetched, `zig build` no longer requires
-    // internet connectivity.
-    .dependencies = .{
-        .@"llvm-zig" = .{
-            .url = "git+https://github.com/kassane/llvm-zig/?ref=HEAD#6ce7ef4efcd9ef07e0ad98c37378e8828a8eb5d8",
-            .hash = "122031a83c60af77e52e9a958e16ececdec5c4c3a13390463b4e5823cfb35f31228f",
-        },
-    },
     .paths = .{
         "build.zig",
         "build.zig.zon",