| Index: tests/ppapi_messaging/nacl.scons
|
| ===================================================================
|
| --- tests/ppapi_messaging/nacl.scons (revision 5777)
|
| +++ tests/ppapi_messaging/nacl.scons (working copy)
|
| @@ -14,9 +14,10 @@
|
|
|
| env.Prepend(CPPDEFINES=['XP_UNIX'])
|
|
|
| -nexe = 'ppapi_messaging_%s.nexe' % env.get('TARGET_FULLARCH')
|
| +nexe = 'ppapi_messaging_%s' % env.get('TARGET_FULLARCH')
|
|
|
| -env.Alias('ppapi_messaging.nexe', ['$STAGING_DIR/%s' % nexe])
|
| +env.Alias('ppapi_messaging${PROGSUFFIX}',
|
| + ['$STAGING_DIR/%s${PROGSUFFIX}' % nexe])
|
|
|
| ppapi_messaging_nexe = env.ComponentProgram(nexe,
|
| ['ppapi_messaging.c'],
|
|
|