build: linkSystemLibrary
should abstract over multiple sources of libraries
#3671
Labels
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
Following #3447
This comes from the fact that on Windows, we may want to use libraries obtained through
vcpkg
orconan
for example. We can also imagine a daemon to help the user find a manually installed lib.Citing @andrewrk
The text was updated successfully, but these errors were encountered: