Index: tests/startup_message/nacl.scons |
=================================================================== |
--- tests/startup_message/nacl.scons (revision 5777) |
+++ tests/startup_message/nacl.scons (working copy) |
@@ -31,7 +31,7 @@ |
python_extension = trusted_env.File('${STAGING_DIR}/naclimc.so') |
sel_ldr = trusted_env.File('${STAGING_DIR}/${PROGPREFIX}sel_ldr${PROGSUFFIX}') |
-hello_world = env.File('${STAGING_DIR}/hello_world.nexe') |
+hello_world = env.File('${STAGING_DIR}/hello_world${PROGSUFFIX}') |
env_vars = [ |
'PYTHONPATH=%s' % ':'.join([os.path.dirname(python_extension.abspath), |
'${SCONSTRUCT_DIR}/src/tools/posix_over_imc']), |