Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support linking against static libraries #163

Merged
merged 8 commits into from
Dec 26, 2023
Merged

feat: Support linking against static libraries #163

merged 8 commits into from
Dec 26, 2023

Conversation

aherrmann
Copy link
Owner

Closes #162

  • e2e test: C static library dependency
  • docs: deps are only for Zig packages
  • Handle prebuilt library dependencies
  • cdeps --> linkdeps
  • Test linkdeps on zig_library and zig_test
  • Add an output test
  • Update generated files

We may choose to fuse deps and cdeps in the future. However, as a start
we will keep them separate. It will be easier to merge them in the
future if needed rather than going the other way around.
These are really link dependencies, not C dependencies.
@aherrmann aherrmann merged commit 1556d59 into main Dec 26, 2023
21 checks passed
@aherrmann aherrmann deleted the cdeps branch December 26, 2023 13:22
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.

Link against static cc_library.
1 participant