You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is necessary when, for example, writing a PAM module which should
be installed to lib/security/module_name.so.
Currently the zig build system forces shared libraries to be prefixed
with "lib" and versions the so files as well as creating symlinks.
Furthermore, artifacts can currently only be installed to the bin or
lib directories, not sub-directories thereof.
Allowing the user to manually specify the install path allows maximum
flexibility, solving this use case and more.
0 commit comments