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
Is there any way to customize the file name of the shared library?
In the build.zig, when I use method addSharedLibrary("foo", null, ver), it will generate libfoo.dylib in MacOSX, sometimes, I want to customize the file name, for example I want to use foo.so in MacOSX, is it possible?
The text was updated successfully, but these errors were encountered:
Is there any way to customize the file name of the shared library?
In the build.zig, when I use method
addSharedLibrary("foo", null, ver)
, it will generatelibfoo.dylib
in MacOSX, sometimes, I want to customize the file name, for example I want to usefoo.so
in MacOSX, is it possible?The text was updated successfully, but these errors were encountered: