zig/test/standalone/mix_o_files
Andrew Kelley 60eabc0eca std.Build.CompileStep: remove run() and install()
These functions are problematic in light of dependencies because they
run and install, respectively, for the *owner* package rather than for
the *user* package. By removing these functions, the build script is
forced to provide the *Build object to associate the new step with,
making everything less surprising.

Unfortunately, this is a widely breaking change.

see #15079
2023-04-10 18:35:14 -07:00
..
base64.zig Remove the base64 unsafe decoder 2021-03-28 14:32:34 +02:00
build.zig std.Build.CompileStep: remove run() and install() 2023-04-10 18:35:14 -07:00
test.c "generate .h files" feature is no longer supported in stage1 2020-03-20 18:33:36 -04:00