| Index: ppapi/native_client/tests/ppapi_example_post_message/nacl.scons
|
| diff --git a/ppapi/native_client/tests/ppapi_example_post_message/nacl.scons b/ppapi/native_client/tests/ppapi_example_post_message/nacl.scons
|
| index 1ef6691c51dc954004ab3e40b2705ffe25eefe51..5f3a93937eab7727df59a87691a34128d179f85b 100644
|
| --- a/ppapi/native_client/tests/ppapi_example_post_message/nacl.scons
|
| +++ b/ppapi/native_client/tests/ppapi_example_post_message/nacl.scons
|
| @@ -17,7 +17,7 @@ obj = env.ComponentObject(
|
| '$SOURCE_ROOT/ppapi/examples/scripting/post_message.cc'
|
| )
|
| nexe = env.ComponentProgram(nexe_name, [obj],
|
| - EXTRA_LIBS=['${PPAPI_LIBS}', 'ppapi_cpp'])
|
| + EXTRA_LIBS=['ppapi', 'ppapi_cpp'])
|
|
|
| # Note that the html is required to run this program.
|
| env.Publish(nexe_name, 'run',
|
|
|