aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/dependency_options
AgeCommit message (Collapse)Author
2025-07-28build: fix error in standalone test when using `--release`Ivan
Co-authored-by: Carl Åstholm <carl@astholm.se>
2025-07-20Support passing `std.zig.BuildId` to `b.dependency()`Carl Åstholm
2025-07-20Support passing enum slices to `b.dependency()`Carl Åstholm
2025-07-20Coerce slice-like arguments passed to `b.dependency()`Carl Åstholm
You can now pass string literals as options.
2025-07-20Support passing null to `b.dependency()`Carl Åstholm
Both null literals and optionals are supported.
2025-07-20Add standalone test case for passing options to dependenciesCarl Åstholm