This is an attempt to pick up on prior work done with https://github.com/ziglang/zig/pull/18475
OpenBSD uses versioned system libraries, that do not have a symlink pointing at the most recent version.
This has been tested against the OpenBSD port of zig 0.16 by building river (https://codeberg.org/river/river) which now links correctly against system libraries.
These are the first 56 lines of zig code that I have ever written - apologies in advance for any beginner mistakes :-)
This is an attempt to pick up on prior work done with https://github.com/ziglang/zig/pull/18475
OpenBSD uses versioned system libraries, that do *not* have a symlink pointing at the most recent version.
This has been tested against the OpenBSD port of zig 0.16 by building river (https://codeberg.org/river/river) which now links correctly against system libraries.
These are the first 56 lines of zig code that I have ever written - apologies in advance for any beginner mistakes :-)