diff options
author | Ryan Sturgell <ryan.sturgell@gmail.com> | 2014-05-19 23:15:17 -0700 |
---|---|---|
committer | Ryan Sturgell <ryan.sturgell@gmail.com> | 2014-05-19 23:15:17 -0700 |
commit | 6ccf5ba0e4ac62d1a68ace805b08ccb5800c0e04 (patch) | |
tree | 491130d60b059d7105ccff3756b82eb80424fa68 /emcc | |
parent | 2fdc694d1a1bec91578cfcdbb0d829dcc58d1957 (diff) |
Archive groups code review changes.
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1391,7 +1391,7 @@ try: args = newargs + shared.EMSDK_CXX_OPTS + headers if specified_target: args += ['-o', specified_target] - logging.debug("running (for precompiled headers: " + call + ' ' + ' '.join(args)) + logging.debug("running (for precompiled headers): " + call + ' ' + ' '.join(args)) execute([call] + args) # let compiler frontend print directly, so colors are saved (PIPE kills that) sys.exit(0) |