Fix linking error with atomic
This commit is contained in:
parent
653ceb9860
commit
b7b40d9c3a
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
|||
],
|
||||
'libraries': [
|
||||
'-lpthread',
|
||||
'-latomic',
|
||||
'<!@(<(pkg-config) --libs-only-l <(linux_system_libraries))',
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue