shared library version should be optional #2230
Labels
accepted
This proposal is planned.
breaking
Implementing this issue could cause existing code to no longer compile or have different behavior.
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
standard library
This issue involves writing Zig code for the standard library.
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
Not all shared libraries should have a version; the
version
parameter toaddSharedLibrary
in the zig build system should be optional.The text was updated successfully, but these errors were encountered: