fix(build): fix zig build script

This commit is contained in:
phaneron 2024-07-03 14:57:16 -04:00
parent 0e328943c6
commit ed579eb6cd
2 changed files with 2 additions and 1 deletions

View file

@ -127,6 +127,7 @@ pub fn build(b: *std.Build) void {
system.add_defines(storm_test_exe); system.add_defines(storm_test_exe);
storm_test_exe.linkLibrary(storm); storm_test_exe.linkLibrary(storm);
storm_test_exe.addIncludePath(b.path("."));
storm_test_exe.addCSourceFiles(.{ storm_test_exe.addCSourceFiles(.{
.files = &.{ .files = &.{

View file

@ -9,7 +9,7 @@
}, },
.bc = .{ .bc = .{
.url = "https://github.com/thunderbrewhq/bc/archive/refs/heads/master.zip", .url = "https://github.com/thunderbrewhq/bc/archive/refs/heads/master.zip",
.hash = "12204e26a0419991cf2b34acc8a4685b893d45ac1b553ba41480ad14d1da1cee98ed", .hash = "12200621484500271138648816b6c8f99bfca5e4d7329ea4620aa4183549f2eac9ed",
}, },
.mem = .{ .mem = .{
.url = "https://github.com/thunderbrewhq/mem/archive/refs/heads/master.zip", .url = "https://github.com/thunderbrewhq/mem/archive/refs/heads/master.zip",