zig/lib/std/build
Luuk de Gram 10b56b21d4
CheckObjectStep: correctly depend on its own step
When creating an `EmulatableRunStep`, it now correctly depends
on its own step rather than only the executable that was created.
This means we do not need to add extra `dependOn` statements on
both the emulatable step as well as the check object step.
2022-10-18 17:15:58 +02:00
..
CheckFileStep.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
CheckObjectStep.zig CheckObjectStep: correctly depend on its own step 2022-10-18 17:15:58 +02:00
EmulatableRunStep.zig std.zig.system.NativeTargetInfo: detection ignores self exe 2022-09-08 20:52:49 -07:00
FmtStep.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
InstallRawStep.zig Add test executable builds to build.zig 2021-12-06 14:55:35 -06:00
OptionsStep.zig Fix Step.cast for OptionsStep and CheckObjectStep 2022-09-29 14:41:39 +03:00
RunStep.zig std: fix EmulatableRunStep 2022-08-21 16:42:11 +02:00
TranslateCStep.zig Enables std.build.TranslateCStep to use stage1/stage2 selectively. Unbreaks projects using stage1 and manual TranslateC 2022-08-24 15:41:27 -04:00
WriteFileStep.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00