| Index: ppapi/native_client/tests/ppapi_example_gles2/nacl.scons
|
| diff --git a/ppapi/native_client/tests/ppapi_example_gles2/nacl.scons b/ppapi/native_client/tests/ppapi_example_gles2/nacl.scons
|
| index e05af4eb072d1876d5604382bbf641c1a6b19eaa..cceb5d5343f986b1efcdc0019fa06e79908719f8 100644
|
| --- a/ppapi/native_client/tests/ppapi_example_gles2/nacl.scons
|
| +++ b/ppapi/native_client/tests/ppapi_example_gles2/nacl.scons
|
| @@ -18,7 +18,7 @@ obj = env.ComponentObject(
|
| '$SOURCE_ROOT/ppapi/examples/gles2/gles2.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',
|
|
|