| Index: ppapi/native_client/tests/earth/nacl.scons
|
| diff --git a/ppapi/native_client/tests/earth/nacl.scons b/ppapi/native_client/tests/earth/nacl.scons
|
| index bc98cfe4f5be6f42fee235effd2d0b3167c015cf..fec94290ff06cb3f293c4bab7dfb18e2bc27d20f 100644
|
| --- a/ppapi/native_client/tests/earth/nacl.scons
|
| +++ b/ppapi/native_client/tests/earth/nacl.scons
|
| @@ -18,7 +18,7 @@ cobj=['pepper_c.c']
|
| c_nexe_name = env.ProgramNameForNmf('earth_c')
|
| cnexe = env.ComponentProgram(c_nexe_name, cobj,
|
| EXTRA_LIBS=['earthlib',
|
| - '${PPAPI_LIBS}',
|
| + 'ppapi',
|
| 'm', 'pthread'])
|
| env.Publish(c_nexe_name, 'run', ['earth_c.html'])
|
|
|
| @@ -30,7 +30,6 @@ ccobj=['pepper_cc.cc']
|
| cc_nexe_name = env.ProgramNameForNmf('earth_cc')
|
| ccnexe = env.ComponentProgram(cc_nexe_name, ccobj,
|
| EXTRA_LIBS=['earthlib',
|
| - '${PPAPI_LIBS}',
|
| 'ppapi_cpp',
|
| 'm', 'pthread'])
|
| env.Publish(cc_nexe_name, 'run', ['earth_cc.html'])
|
|
|