| Index: tests/inbrowser_crash_test/nacl.scons
|
| diff --git a/tests/inbrowser_crash_test/nacl.scons b/tests/inbrowser_crash_test/nacl.scons
|
| index e908c5754a9395592cc8dd410104f69038ba99ef..c4f97fa83d462026c709c4c4793429d792af2e89 100644
|
| --- a/tests/inbrowser_crash_test/nacl.scons
|
| +++ b/tests/inbrowser_crash_test/nacl.scons
|
| @@ -22,7 +22,7 @@ def make_crash_test_nexe(name, libs=[]):
|
| nexe = env.ComponentProgram(
|
| 'inbrowser_%s_${TARGET_FULLARCH}' % name, obj,
|
| EXTRA_LIBS=libs + [
|
| - 'srpc', 'platform', 'gio', 'imc', 'imc_syscalls', 'pthread',
|
| + 'srpc', 'platform', 'gio', 'imc', 'imc_syscalls', '${PTHREAD_LIBS}',
|
| '${NON_PPAPI_BROWSER_LIBS}'])
|
| return nexe
|
|
|
|
|