Skip to content

Commit d1fea7c

Browse files
committed
handle EMTERPRETIFY_FILE (emscripten-core#5296)
1 parent 5c334b8 commit d1fea7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emcc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2386,7 +2386,7 @@ def generate_html(target, options, js_target, target_basename,
23862386
%s
23872387
};
23882388
emterpretXHR.send(null);
2389-
''' % (shared.Settings.EMTERPRETIFY_FILE, script.inline)
2389+
''' % (shared.JS.get_subresource_location(shared.Settings.EMTERPRETIFY_FILE), script.inline)
23902390

23912391
if options.memory_init_file:
23922392
# start to load the memory init file in the HTML, in parallel with the JS

0 commit comments

Comments
 (0)