From a9a1ecff4e1e4eb27ccbbcfb8013c5022a3839c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 6 Jul 2024 12:34:50 +0200 Subject: [PATCH] Add a TODO to build.zig regarding installation of Aro's standard C headers. --- build.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/build.zig b/build.zig index 1a7ed6d..2f26224 100644 --- a/build.zig +++ b/build.zig @@ -111,6 +111,7 @@ pub fn build(b: *std.Build) anyerror!void { graf_mod.addImport("aro", aro_dep.module("aro")); + // TODO: These headers should also be installed for third-party users somehow. b.installDirectory(.{ .source_dir = aro_dep.path("include"), .install_dir = .header,