| Index: ppapi/native_client/tests/ppapi_test_example/nacl.scons
|
| diff --git a/ppapi/native_client/tests/ppapi_test_example/nacl.scons b/ppapi/native_client/tests/ppapi_test_example/nacl.scons
|
| index b69162b57b18ff34a4e9bdabd99cfff37f09b32f..7459f5dd14435dde3eb922fd1be32bb8297e93a7 100644
|
| --- a/ppapi/native_client/tests/ppapi_test_example/nacl.scons
|
| +++ b/ppapi/native_client/tests/ppapi_test_example/nacl.scons
|
| @@ -27,7 +27,7 @@ env.Alias('ppapi_test_example${PROGSUFFIX}',
|
| ppapi_test_example_nexe = env.ComponentProgram(
|
| nexe,
|
| ['ppapi_test_example.cc'],
|
| - EXTRA_LIBS=['${PPAPI_LIBS}',
|
| + EXTRA_LIBS=['ppapi',
|
| 'ppapi_test_lib',
|
| 'platform', # for CHECK
|
| 'pthread',
|
|
|