mirror of
https://codeberg.org/ziglang/zig
synced 2026-03-16 23:21:44 +00:00
An attempt to normalize some of the function names in build.zig. Normalize add*Dir to add*Path. Also use "Library" instead of the "Lib" abbreviation. The PR does not remove the old names, only adds the new normalized ones to faciliate a transition period.