| Index: tests/plugin_async_messaging/nacl.scons
|
| diff --git a/tests/plugin_async_messaging/nacl.scons b/tests/plugin_async_messaging/nacl.scons
|
| index 855550b558184eb535c2f7f2b7a12bfad07a52d5..4f0575f0de1fb3a25ae8659857fd491ef260e509 100644
|
| --- a/tests/plugin_async_messaging/nacl.scons
|
| +++ b/tests/plugin_async_messaging/nacl.scons
|
| @@ -13,7 +13,8 @@ async_nexe_name = 'async_message_test_%s' % env.get('TARGET_FULLARCH')
|
| async_message_prog = env.ComponentProgram(
|
| async_nexe_name, 'async_message_test.c',
|
| EXTRA_LIBS=['${NON_PPAPI_BROWSER_LIBS}',
|
| - 'srpc', 'platform', 'gio', 'imc', 'imc_syscalls', 'pthread'
|
| + 'srpc', 'platform', 'gio', 'imc', 'imc_syscalls',
|
| + '${PTHREAD_LIBS}',
|
| ])
|
|
|
| test_files = [
|
|
|