aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-05-11 10:42:53 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-05-11 10:42:53 -0700
commitdcb1a7a14c03bf414dff5ed50d69523609c5f4e4 (patch)
treeac0605fc07d980a02030db8c34be02ec3fcd2703 /emcc
parent27379196d5710f73445eeb1e2d1dbaacdabd1c4c (diff)
FS.createPreloadedFile
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc3
1 files changed, 3 insertions, 0 deletions
diff --git a/emcc b/emcc
index 39918e22..e0fc1a7c 100755
--- a/emcc
+++ b/emcc
@@ -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: