From 84586351b4bdfb577165f39a0d18f0f047f77424 Mon Sep 17 00:00:00 2001 From: superp00t Date: Wed, 3 Jul 2024 15:06:36 -0400 Subject: [PATCH] fix(build): fix zig build script --- build.zig | 2 ++ build.zig.zon | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build.zig b/build.zig index f0241c5..dab40fd 100644 --- a/build.zig +++ b/build.zig @@ -76,6 +76,8 @@ pub fn build(b: *std.Build) void { .flags = &common_compiler_flags }); + common.installHeadersDirectory(b.path("common"), "common", .{ .include_extensions = &.{"hpp"} }); + // CommonTest executable const common_test_exe = b.addExecutable(.{ .name = "CommonTest", diff --git a/build.zig.zon b/build.zig.zon index 09febd1..7fe5d3c 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -9,15 +9,15 @@ }, .squall = .{ .url = "https://github.com/thunderbrewhq/squall/archive/refs/heads/master.zip", - .hash = "1220c195e9e756cbd479fbf54ee507d82dab99688616ed6fc26a07279526f5eee751", + .hash = "12200577cef7c49c34d706346f514343d0378480cdf7cdaff4ee9e9318fc29f0168b", }, .typhoon = .{ .url = "https://github.com/thunderbrewhq/typhoon/archive/refs/heads/master.zip", - .hash = "122052c99a00291165239ba60af484d7eaf8ca29c43e6b8d34e41cef3591ae905a6c", + .hash = "1220edf8ee88ba39d4b7e16a6a073ccf7821cac8b517ddae0dd47e61b1d9823c5802", }, .libexpat = .{ .url = "https://github.com/thunderbrewhq/libexpat/archive/refs/heads/master.zip", - .hash = "12202091a554a391dd63991d54cf557be0415d43294de9e310129b0c1ac407ac06ef", + .hash = "1220fb8e2d69edff3c174d0367c37b54ffb0f41eaa8dc883e0ecc3a98e8bfe2e0782", }, }, }