aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-06-11 10:32:42 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-06-11 10:32:42 -0700
commit41a99b287182ea2870d51665c224ef6c315132ab (patch)
treeac0b8013875e82ab07ddbe58716a3f6098346b3b /emcc
parent9d720befae4ae24ad49b1c814ab947dd090a0b32 (diff)
remove GENERATING_HTML, it was confusing and gave little or no benefit
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc3
1 files changed, 0 insertions, 3 deletions
diff --git a/emcc b/emcc
index 2d3dafd6..a6892abb 100755
--- a/emcc
+++ b/emcc
@@ -726,9 +726,6 @@ 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: