diff --git a/tests.gyp b/tests.gyp index ab0de485..80e8d618 100644 --- a/tests.gyp +++ b/tests.gyp @@ -101,7 +101,7 @@ 'cflags_cc': ['-std=c++14'], 'conditions': [ ['OS=="linux"', { - 'libraries': ['-ldl'], + 'libraries': ['-ldl', '-lpthread'], }] ], 'xcode_settings': {