-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
zig build systemstd.Build, the build runner, `zig build` subcommand, package managementstd.Build, the build runner, `zig build` subcommand, package management
Milestone
Description
Some software written in C generates header files at build time (eg. to embed a file using xxd -i). To be able to build this software properly, the Zig build system needs to handle this.
It's possible to hardcode a path and always put the generated file in the same place, but ideally FileSource could be used (though FileSource isn't really meant for generated directories, so maybe just something similar).
Metadata
Metadata
Assignees
Labels
zig build systemstd.Build, the build runner, `zig build` subcommand, package managementstd.Build, the build runner, `zig build` subcommand, package management