aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-02-26 19:13:09 -0500
committerAlon Zakai <alonzakai@gmail.com>2013-02-26 19:13:09 -0500
commitdf7d3ce735c3c1f62e95454c6e3b9d4026c3c02e (patch)
tree74350f12d6da1d71f4dc0867cf3069c83b0712a7 /emcc
parent58af9770c7e38daedfd8f088995a4657f835fd68 (diff)
clean up response file code
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/emcc b/emcc
index 15742d1a..03b18242 100755
--- a/emcc
+++ b/emcc
@@ -126,6 +126,7 @@ while response_file:
for index in range(1, len(sys.argv)):
if sys.argv[index][0] == '@':
# found one, loop again next time
+ print >>sys.stderr, 'emcc: using response file: %s' % response_file
response_file = sys.argv[index][1:]
if not os.path.exists(response_file):
print >>sys.stderr, 'emcc: error: Response file not found: %s' % response_file