Skip to content

Include ini.h in build.zig.zon - #20

Open
thearchivalone wants to merge 2 commits into
ziglibs:masterfrom
thearchivalone:master
Open

Include ini.h in build.zig.zon#20
thearchivalone wants to merge 2 commits into
ziglibs:masterfrom
thearchivalone:master

Conversation

@thearchivalone

@thearchivalone thearchivalone commented Aug 24, 2026

Copy link
Copy Markdown

This small change allows pulling in the c api header when using zig's build system for mixed language code. As it currently stands, to use the api in that instance, you can use zig fetch to pull in the library but still need to have the header available leading to the possibility of breakage if the developer has to manually update the header locally

This small change allows pulling in the c api header when using zig's build system as the main build system when building mixed language code. As it currently stands, to use the c api in that instance, you can use zig fetch to pull in the library but still need to have the header available, making changes upstream a possible breaking point if the api changes and the header is no longer up to date
Even though adding the ini was fine, not including all of the new files have lead to build failure when including in other projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant