Skip to content

Commit

Permalink
Merge pull request #15524 from hrydgard/link-latomic
Browse files Browse the repository at this point in the history
Enable -latomic on Linux.
  • Loading branch information
hrydgard committed May 7, 2022
2 parents a5967b2 + 14e9aab commit 151fc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -1272,7 +1272,7 @@ if(LINUX AND NOT ANDROID)
endif()

set(ATOMIC_LIB)
if(ANDROID)
if(LINUX)
set(ATOMIC_LIB atomic)
endif()

Expand Down

0 comments on commit 151fc7d

Please sign in to comment.