merge from dev

This commit is contained in:
daan 2019-11-13 17:52:20 -08:00
commit 17ade3fca5
5 changed files with 41 additions and 31 deletions

View file

@ -16,7 +16,7 @@ option(MI_BUILD_TESTS "Build test executables" ON)
include("cmake/mimalloc-config-version.cmake")
set(mi_install_dir "lib/mimalloc-${mi_version}")
set(mi_install_dir "${CMAKE_INSTALL_PREFIX}/lib/mimalloc-${mi_version}")
set(mi_sources
src/stats.c