Andrew Kelley 8ae92fd17e std.Build.Step.Compile: fix clearing logic for empty cflags
Commit c0b774fbc65e3e406a38d37b02fffda7c5d3df26 originally added this
logic but it did not properly clear the C command line flags to empty
when a previous positional argument had command line flags, because it
never set the "previous" flag to true.

This fixes C compiler flags not being reset to empty when using the
build system and a second positional argument has no arguments after a
first positional argument has arguments.

Thanks to @squeek502 for finding this.
2023-07-04 10:53:35 -07:00
..
2023-07-01 22:20:21 -07:00
2023-07-03 01:14:20 -07:00
2023-06-25 23:30:25 -07:00
2023-06-25 14:51:03 -07:00
2023-04-22 13:09:15 +03:00
2023-06-25 14:51:03 -07:00
2023-06-10 20:42:30 -07:00
2023-04-30 18:16:04 -07:00
2023-03-17 17:50:25 +01:00