| Index: tests/ppapi_example_post_message/nacl.scons
|
| ===================================================================
|
| --- tests/ppapi_example_post_message/nacl.scons (revision 5777)
|
| +++ tests/ppapi_example_post_message/nacl.scons (working copy)
|
| @@ -9,7 +9,7 @@
|
|
|
| env.Prepend(CPPDEFINES=['XP_UNIX'])
|
|
|
| -nexe_name = 'ppapi_example_post_message_%s.nexe' % env.get('TARGET_FULLARCH')
|
| +nexe_name = 'ppapi_example_post_message_${TARGET_FULLARCH}'
|
| nexe = env.ComponentProgram(
|
| nexe_name,
|
| ['$SOURCE_ROOT/ppapi/examples/scripting/post_message.cc'],
|
|
|