Add missing .exe extension to yasm binary path on Windows
Avoids spurious rebuilds when building with ninja on Windows, as it's expecting "yasm" to exist, rather than "yasm.exe". In VS, the dependency check happens to work because there's a directory named "yasm" parallel to yasm.exe which it seems to accept. Also fix minor typo in compile message. Review URL: http://codereview.chromium.org/10206010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134599 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment