Chromium Code Reviews| Index: tests/fake_browser_ppapi/nacl.scons |
| =================================================================== |
| --- tests/fake_browser_ppapi/nacl.scons (revision 5756) |
| +++ tests/fake_browser_ppapi/nacl.scons (working copy) |
| @@ -73,7 +73,7 @@ |
| target_nmf = 'basic_object.nmf'; |
| basic_object_nmf = env.File('${STAGING_DIR}/' + target_nmf) |
| -basic_object_target = env.File('$STAGING_DIR/ppapi_basic_object_%s.nexe' % |
| +basic_object_target = env.File('$STAGING_DIR/ppapi_basic_object_%s${PROGSUFFIX}' % |
|
Nick Bray
2011/06/23 18:32:24
Line length.
pdox
2011/06/23 20:42:58
Done.
|
| env.get('TARGET_FULLARCH')) |
| if trusted_env.Bit('mac'): |