-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
enhancementNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on
Description
In my zigmod.yml, I have:
dependencies:
- {
src: git https://github.com/marlersoft/zigwin32,
only_os: windows
}
- {
src: system_lib dwrite,
only_os: windows
}This works well enough when using the fetch subcommand, but if I use the generate subcommand, the generated deps.zig file will assume whoever is building the package is on the same OS as whoever ran zigmod generate.
This makes generate no different from fetch for libraries depending on OS-specific libraries & APIs.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on