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
The cmake install script should install the shared library to libmimalloc.so.<ABI version> and point a symlink to libmimalloc.so, instead it just installs to the latter. It should also add execution bit to it (chmod 755 instead of 644).
The cmake install script should install the shared library to
libmimalloc.so.<ABI version>and point a symlink tolibmimalloc.so, instead it just installs to the latter. It should also add execution bit to it (chmod 755 instead of 644).