Chromium Code Reviews| Index: site_scons/site_tools/naclsdk.py |
| =================================================================== |
| --- site_scons/site_tools/naclsdk.py (revision 5756) |
| +++ site_scons/site_tools/naclsdk.py (working copy) |
| @@ -384,8 +384,7 @@ |
| # when unc paths are fixed. |
| IMPLICIT_COMMAND_DEPENDENCIES=False, |
| - # TODO: this could be .nexe and then all the .nexe stuff goes away? |
| - PROGSUFFIX='' # Force PROGSUFFIX to '' on all platforms. |
| + PROGSUFFIX='.nexe' |
| ) |
| # Get root of the SDK. |