zig/lib/std/Build
Andrew Kelley 8ae92fd17e std.Build.Step.Compile: fix clearing logic for empty cflags
Commit c0b774fbc6 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
..
Cache migration: std.math.{min, min3, max, max3} -> @min & @max 2023-06-16 13:44:09 -07:00
Step std.Build.Step.Compile: fix clearing logic for empty cflags 2023-07-04 10:53:35 -07:00
Cache.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
Step.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00