diff options
author | 2021-10-23 16:15:44 -0700 | |
---|---|---|
committer | 2021-10-23 16:15:44 -0700 | |
commit | 0c769d0f617593f49b7ed1c66c3f520837c5abf8 (patch) | |
tree | cde6166a37ed8ddd25028c098b7508a3bd36ea1d | |
parent | 1b9061989002467897fd25ac0284f50be67485d2 (diff) | |
download | bun-0c769d0f617593f49b7ed1c66c3f520837c5abf8.tar.gz bun-0c769d0f617593f49b7ed1c66c3f520837c5abf8.tar.zst bun-0c769d0f617593f49b7ed1c66c3f520837c5abf8.zip |
No more iguanaTLS
-rw-r--r-- | build.zig | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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) { |