Chromium Code Reviews| Index: tests/ppapi_geturl/nacl.scons |
| diff --git a/tests/ppapi_geturl/nacl.scons b/tests/ppapi_geturl/nacl.scons |
| index f7b1a22dd0041a392e544ac770708b9ca6aac2db..26078bca489714e1dc4a7409579daa054cdd3576 100644 |
| --- a/tests/ppapi_geturl/nacl.scons |
| +++ b/tests/ppapi_geturl/nacl.scons |
| @@ -36,7 +36,7 @@ ppapi_geturl_nexe = env.ComponentProgram(nexe, |
| 'imc_syscalls', |
| 'platform', |
| 'gio', |
| - 'pthread', |
| + '${PTHREAD_LIBS}', |
| 'm', |
| '${NON_PPAPI_BROWSER_LIBS}'], |
| EXTRA_LINKFLAGS=['-Wl,--wrap=read', |