Skip to content

Commit 48447d1

Browse files
committed
typo
1 parent 3c64244 commit 48447d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

emcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ try:
11851185
if DEBUG: print >> sys.stderr, 'emcc: running closure'
11861186
final = shared.Building.closure_compiler(final)
11871187
if DEBUG: save_intermediate('closure')
1188-
elif shared.settings.ASM_JS and shared.settings.RELOOP:
1188+
elif shared.Settings.ASM_JS and shared.Settings.RELOOP:
11891189
js_optimizer_queue += ['registerizeAsm'] # we can't use closure in asm, but this does much of the same
11901190

11911191
if opt_level >= 1:

0 commit comments

Comments
 (0)