Skip to content

Improve portability#14

Open
agagniere wants to merge 6 commits into
masterfrom
libcquery
Open

Improve portability#14
agagniere wants to merge 6 commits into
masterfrom
libcquery

Conversation

@agagniere
Copy link
Copy Markdown
Member

Use an external source of truth for the list of libc functions and headers that are expected on a given target.

Legacy build systems expect to build directly on the target system to be able to test it while building (by compiling small snippets).
With Zig build, we want to be able to cross compile from any system, meaning we need to know if a given version of a given OS has a function in its libc, without having access to that OS.

@agagniere agagniere self-assigned this Jun 6, 2026
@agagniere agagniere added the enhancement New feature or request label Jun 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant