| Index: tests/imc_shm_mmap/nacl.scons
|
| diff --git a/tests/imc_shm_mmap/nacl.scons b/tests/imc_shm_mmap/nacl.scons
|
| index a3a8436485d83c5ae6bf36f90054ffc89853ca96..37c4a7e0413e511455f52ab9f5d6ba1e2e58c353 100644
|
| --- a/tests/imc_shm_mmap/nacl.scons
|
| +++ b/tests/imc_shm_mmap/nacl.scons
|
| @@ -19,7 +19,7 @@ imc_shm_mmap_test_nexe = env.ComponentProgram(imc_shm_mmap_test_nexe_name,
|
| objs,
|
| EXTRA_LIBS=test_libs + [
|
| '${NON_PPAPI_BROWSER_LIBS}',
|
| - 'pthread',
|
| + '${PTHREAD_LIBS}',
|
| ])
|
| env.Publish(imc_shm_mmap_test_nexe_name, 'run', ['imc_shm_mmap_test.nmf'])
|
|
|
|
|