diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-05-11 10:42:53 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-05-11 10:42:53 -0700 |
commit | dcb1a7a14c03bf414dff5ed50d69523609c5f4e4 (patch) | |
tree | ac0605fc07d980a02030db8c34be02ec3fcd2703 /emcc | |
parent | 27379196d5710f73445eeb1e2d1dbaacdabd1c4c (diff) |
FS.createPreloadedFile
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -717,6 +717,9 @@ try: if DEBUG: print >> sys.stderr, 'emcc: will generate JavaScript' + if final_suffix == 'html': + shared.Settings.GENERATING_HTML = 1 + extra_files_to_link = [] if not LEAVE_INPUTS_RAW and not AUTODEBUG: |