Chromium Code Reviews| Index: tests/ppapi_example_audio/nacl.scons |
| =================================================================== |
| --- tests/ppapi_example_audio/nacl.scons (revision 5777) |
| +++ tests/ppapi_example_audio/nacl.scons (working copy) |
| @@ -9,7 +9,7 @@ |
| env.Prepend(CPPDEFINES=['XP_UNIX']) |
| -nexe_name = 'ppapi_example_audio_%s.nexe' % env.get('TARGET_FULLARCH') |
| +nexe_name = 'ppapi_example_audio_%s' % env.get('TARGET_FULLARCH') |
| nexe = env.ComponentProgram(nexe_name, |
| [ 'audio.cc' ], |
| EXTRA_LIBS=['${PPAPI_LIBS}', |