Fix linking error with atomic

This commit is contained in:
Cheng Zhao 2018-01-30 10:26:08 +09:00
parent 653ceb9860
commit b7b40d9c3a

View file

@ -72,6 +72,7 @@
],
'libraries': [
'-lpthread',
'-latomic',
'<!@(<(pkg-config) --libs-only-l <(linux_system_libraries))',
],
},