Index: tests/ppapi_example_gles2/nacl.scons |
=================================================================== |
--- tests/ppapi_example_gles2/nacl.scons (revision 5777) |
+++ tests/ppapi_example_gles2/nacl.scons (working copy) |
@@ -11,7 +11,7 @@ |
env.Append(CPPPATH=['$SOURCE_ROOT/ppapi/lib/gl/include']) |
-nexe_name = 'ppapi_example_gles2_%s.nexe' % env.get('TARGET_FULLARCH') |
+nexe_name = 'ppapi_example_gles2_%s' % env.get('TARGET_FULLARCH') |
nexe = env.ComponentProgram( |
nexe_name, |
['$SOURCE_ROOT/ppapi/examples/gles2/gles2.cc'], |