| Index: tests/ppapi_test_example/nacl.scons
|
| ===================================================================
|
| --- tests/ppapi_test_example/nacl.scons (revision 5777)
|
| +++ tests/ppapi_test_example/nacl.scons (working copy)
|
| @@ -18,8 +18,9 @@
|
|
|
| env.Prepend(CPPDEFINES=['XP_UNIX'])
|
|
|
| -nexe = 'ppapi_test_example_%s.nexe' % env.get('TARGET_FULLARCH')
|
| -env.Alias('ppapi_test_example.nexe', [ '$STAGING_DIR/%s' % nexe ])
|
| +nexe = 'ppapi_test_example_%s' % env.get('TARGET_FULLARCH')
|
| +env.Alias('ppapi_test_example${PROGSUFFIX}',
|
| + [ '$STAGING_DIR/%s${PROGSUFFIX}' % nexe ])
|
|
|
| ppapi_test_example_nexe = env.ComponentProgram(
|
| nexe,
|
|
|