| Index: tests/manifest_file/nacl.scons
|
| diff --git a/tests/manifest_file/nacl.scons b/tests/manifest_file/nacl.scons
|
| index ed934740a836409543fe68dd81958a1d2e267d3b..11e23a9de770f3d15c4cea96fa7b1b77d2dcb298 100644
|
| --- a/tests/manifest_file/nacl.scons
|
| +++ b/tests/manifest_file/nacl.scons
|
| @@ -16,7 +16,7 @@ srpc_mf_nexe = env.ComponentProgram(srpc_mf_nexe_name,
|
| 'gio',
|
| 'imc',
|
| 'imc_syscalls',
|
| - 'pthread',
|
| + '${PTHREAD_LIBS}',
|
| '${NON_PPAPI_BROWSER_LIBS}'])
|
| env.Publish(srpc_mf_nexe_name, 'run',
|
| ['srpc_manifest_file_test.html',
|
|
|