mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-21 06:19:31 +03:00
fix atomid lib linkage for systems which needs it.
This commit is contained in:
parent
864e4be5ce
commit
0c3c60be89
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ else()
|
||||||
endif()
|
endif()
|
||||||
find_library(MI_LIBATOMIC atomic)
|
find_library(MI_LIBATOMIC atomic)
|
||||||
if (MI_LIBATOMIC OR MI_USE_LIBATOMIC)
|
if (MI_LIBATOMIC OR MI_USE_LIBATOMIC)
|
||||||
list(APPEND mi_libraries atomic)
|
list(APPEND mi_libraries ${MI_LIBATOMIC})
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue