diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-26 19:13:09 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-26 19:13:09 -0500 |
commit | df7d3ce735c3c1f62e95454c6e3b9d4026c3c02e (patch) | |
tree | 74350f12d6da1d71f4dc0867cf3069c83b0712a7 /emcc | |
parent | 58af9770c7e38daedfd8f088995a4657f835fd68 (diff) |
clean up response file code
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |