Open isanych opened 3 months ago
vcpkg produces mimalloc.dll when building mimalloc[override] and minject is not supporting that name. Can we change behaviour of --postfix= so it would use mimalloc.dll instead of mimalloc-.dll
mimalloc.dll
mimalloc[override]
--postfix=
mimalloc-.dll
vcpkg produces
mimalloc.dll
when buildingmimalloc[override]
and minject is not supporting that name. Can we change behaviour of--postfix=
so it would usemimalloc.dll
instead ofmimalloc-.dll