mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-06 18:03:17 +03:00
3f341bdc26
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.