Skip to content

Commit

Permalink
handle EMTERPRETIFY_FILE (emscripten-core#5296)
Browse files Browse the repository at this point in the history
  • Loading branch information
buu700 committed Jun 14, 2017
1 parent 5c334b8 commit d1fea7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,7 @@ def generate_html(target, options, js_target, target_basename,
%s
};
emterpretXHR.send(null);
''' % (shared.Settings.EMTERPRETIFY_FILE, script.inline)
''' % (shared.JS.get_subresource_location(shared.Settings.EMTERPRETIFY_FILE), script.inline)

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

0 comments on commit d1fea7c

Please sign in to comment.