diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-09-13 11:07:18 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-09-13 11:07:18 +0700 |
commit | 93e1119b3ff3d487c8ffd0c63b4247ea9c918e72 (patch) | |
tree | 40540043d08c25ee8ec1f1b65716883669149116 | |
parent | 6c4d3fff3e5da4352e2a111175ea0de6265a8729 (diff) |
Typo fix.
-rwxr-xr-x | emcc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -669,7 +669,7 @@ if '-M' in sys.argv or '-MM' in sys.argv: if '-E' in sys.argv: # Just run the preprocessor cmd = [CC] + sys.argv[1:] - logging.debug('just preprocssor ' + ' '.join(cmd)) + logging.debug('just preprocessor ' + ' '.join(cmd)) exit(subprocess.call(cmd)) # Check if a target is specified |