-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
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
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Quality 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: