| Index: ppapi/native_client/tests/ppapi_example_2d/nacl.scons
|
| diff --git a/ppapi/native_client/tests/ppapi_example_2d/nacl.scons b/ppapi/native_client/tests/ppapi_example_2d/nacl.scons
|
| index c3dda6fcb9b89beb3ef808c01751e19304ede357..8134f5928223b72c815532af2951deb93e2565a5 100644
|
| --- a/ppapi/native_client/tests/ppapi_example_2d/nacl.scons
|
| +++ b/ppapi/native_client/tests/ppapi_example_2d/nacl.scons
|
| @@ -15,7 +15,7 @@ obj = env.ComponentObject(
|
| '$SOURCE_ROOT/ppapi/examples/2d/graphics_2d_example.c'
|
| )
|
| ppapi_example_2d_nexe = env.ComponentProgram(nexe_name, [obj],
|
| - EXTRA_LIBS=['${PPAPI_LIBS}'])
|
| + EXTRA_LIBS=['ppapi'])
|
|
|
| # Note that the html is required to run this program.
|
| env.Publish(nexe_name, 'run',
|
|
|