mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-20 22:19:30 +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()
|
||||
find_library(MI_LIBATOMIC atomic)
|
||||
if (MI_LIBATOMIC OR MI_USE_LIBATOMIC)
|
||||
list(APPEND mi_libraries atomic)
|
||||
list(APPEND mi_libraries ${MI_LIBATOMIC})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue