fix lib name

This commit is contained in:
Jeff Becker 2017-12-20 08:56:39 -05:00
parent 950dffbe06
commit c68c5af856
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -387,7 +387,7 @@ if (WITH_MESHNET)
endif()
if (ARCHITECTURE MATCHES "arm")
set(ATOMIC_LIB atomic)
set(ATOMIC_LIB -latomic)
else()
set(ATMOIC_LIB "")
endif()