-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Packages depending on other packages doesn't work #855
Copy link
Copy link
Closed
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.zig build systemstd.Build, the build runner, `zig build` subcommand, package managementstd.Build, the build runner, `zig build` subcommand, package management
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.zig build systemstd.Build, the build runner, `zig build` subcommand, package managementstd.Build, the build runner, `zig build` subcommand, package management
Type
Projects
- StatusShow more project fieldsQuality Assurance
Three file example:
a.zig:b.zig:c.zig:build.zig:When using
zig buildI get:I've looked around in
build.zig, but it doesn't seem like there is a way to add package pathc.zigtob. Actually, it seems thatbuild.zigjust passes the info to the zig compiler through command line args: