| author | |
| committer | |
| log | c4cd3c0541d605141b80c5b65f4a5d09c02c0f96 |
| tree | e7ee0b6f2c441ec1ab9e2490fde624a262152d08 |
| parent | ad2be71514adb5f46176c80d6376e74df5f93c93 |
| signature |
1 files changed, 4 insertions(+), 0 deletions(-)
test/src/Cases.zig+4| ... | ... | @@ -723,6 +723,10 @@ pub fn lowerToBuildSteps( |
| 723 | 723 | |
| 724 | 724 | switch (update.case) { |
| 725 | 725 | .Compile => { |
| 726 | // Force the binary to be emitted if requested. | |
| 727 | if (case.emit_bin) { | |
| 728 | _ = artifact.getEmittedBin(); | |
| 729 | } | |
| 726 | 730 | parent_step.dependOn(&artifact.step); |
| 727 | 731 | }, |
| 728 | 732 | .CompareObjectFile => |expected_output| { |