Skip to content

Add ability to import dependencies from build.zig#14859

Merged
andrewrk merged 1 commit intoziglang:masterfrom
antlilja:build-import
Mar 10, 2023
Merged

Add ability to import dependencies from build.zig#14859
andrewrk merged 1 commit intoziglang:masterfrom
antlilja:build-import

Conversation

@antlilja
Copy link
Contributor

@antlilja antlilja commented Mar 9, 2023

Closes #14279

This PR adds the ability to import dependencies from build.zig. We now create a tree of dependencies with the build_pkg as root. This allows for recursive dependencies importing from their own dependencies as well.

@andrewrk
Copy link
Member

Nice work!

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.

ability to @import dependencies directly in build.zig scripts

2 participants