summaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorRyan Sturgell <ryan.sturgell@gmail.com>2014-05-19 23:15:17 -0700
committerRyan Sturgell <ryan.sturgell@gmail.com>2014-05-19 23:15:17 -0700
commit6ccf5ba0e4ac62d1a68ace805b08ccb5800c0e04 (patch)
tree491130d60b059d7105ccff3756b82eb80424fa68 /emcc
parent2fdc694d1a1bec91578cfcdbb0d829dcc58d1957 (diff)
Archive groups code review changes.
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index 6941170f..7064d7d7 100755
--- a/emcc
+++ b/emcc
@@ -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)