aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux.zig
diff options
context:
space:
mode:
authorRyan Liptak <squeek502@hotmail.com>2025-08-28 04:20:35 -0700
committerAndrew Kelley <andrew@ziglang.org>2025-08-31 19:32:07 -0700
commitbc7955306e3480fc065277d0b6c5abb6797a27ae (patch)
tree1c3203bc48543fdb26c0d4608ceddebf033b7be2 /lib/std/os/linux.zig
parent1ec8a7ab4c5346839ee9aa002aadee91d72903fe (diff)
downloadzig-bc7955306e3480fc065277d0b6c5abb6797a27ae.tar.gz
zig-bc7955306e3480fc065277d0b6c5abb6797a27ae.zip
Fix `-M` and `--dep` splitting on every = instead of just the first
Before this commit, -Mfoo=bar=baz would be incorrectly split into mod_name: `foo` and root_src_orig: `bar` After this commit, -Mfoo=bar=baz will be correctly split into mod_name: `foo` and root_src_orig: `bar=baz` Closes #25059
Diffstat (limited to 'lib/std/os/linux.zig')
0 files changed, 0 insertions, 0 deletions