Index: tests/ppapi_gles_book/nacl.scons |
=================================================================== |
--- tests/ppapi_gles_book/nacl.scons (revision 5769) |
+++ tests/ppapi_gles_book/nacl.scons (working copy) |
@@ -55,7 +55,7 @@ |
} |
for demo, sources in gles_book_examples.iteritems(): |
- nexe_name = ('ppapi_gles_book_%s_%s.nexe' |
+ nexe_name = ('ppapi_gles_book_%s_%s' |
% (demo, env.get('TARGET_FULLARCH'))) |
nmf_name = 'ppapi_gles_book_' + demo + '.nmf' |
nexe = env.ComponentProgram( |