From 1f397332cf597559bca5c63ce3bdee0dd1b58e2e Mon Sep 17 00:00:00 2001 From: Andrey Smorodov Date: Wed, 30 Mar 2016 15:22:33 +0300 Subject: [PATCH] Update common.gypi added -latomic to avoid linker error in linux --- ion/common.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/ion/common.gypi b/ion/common.gypi index 598e51d..1e62569 100755 --- a/ion/common.gypi +++ b/ion/common.gypi @@ -334,6 +334,7 @@ '-lc_nonshared', '-ldl', '-lgcc', + '-latomic', ], }, 'cflags': [