aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.zig5
1 files changed, 0 insertions, 5 deletions
diff --git a/build.zig b/build.zig
index 664490906..e116bd3d9 100644
--- a/build.zig
+++ b/build.zig
@@ -7,11 +7,6 @@ pub fn addPicoHTTP(step: *std.build.LibExeObjStep, comptime with_obj: bool) void
.path = .{ .path = "src/deps/picohttp.zig" },
});
- _ = step.addPackage(.{
- .name = "iguanaTLS",
- .path = .{ .path = "src/deps/iguanaTLS/src/main.zig" },
- });
-
step.addIncludeDir("src/deps");
if (with_obj) {