Skip to content

Commit

Permalink
Add a TODO to build.zig regarding installation of Aro's standard C he…
Browse files Browse the repository at this point in the history
…aders.
  • Loading branch information
alexrp committed Jul 6, 2024
1 parent d605184 commit a9a1ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a9a1ecf

Please sign in to comment.