Browse Source

Fix linking error with atomic

Cheng Zhao 7 years ago
parent
commit
b7b40d9c3a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      brightray/brightray.gyp

+ 1 - 0
brightray/brightray.gyp

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