-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent output naming of mimalloc.dll
#903
Comments
To clarify When I look at |
Thanks for the clarification; I usually use the visual studio IDE and there we do produce the |
Hi, I'm having a similar issue where the mimalloc DLL will be called mimalloc.dll when built through CMake (by installing it with vcpkg). This happens even though I'm using the |
After updating to
v2.1.7
,mimalloc-redirect.dll
requiresmimalloc-override.dll
. While this is consistent with readme instruction, the names of the DLL objects after compiling are stillmimalloc.dll
andmimalloc-redirect.dll
inside the build folder, which requires me to renamemimalloc.dll
tomimalloc-override.dll
manually. So either change back themimalloc-redirect.dll
linking tomimalloc.dll
, or changemimalloc.dll
output tomimalloc-override.dll
.The text was updated successfully, but these errors were encountered: