Skip to content
Snippets Groups Projects
Commit ac61190b authored by Lukas Lihotzki's avatar Lukas Lihotzki
Browse files

fix build with emscripten 2.0.4

parent 0fd315d5
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ import json
expr = re.compile(r"(olm_[^( ]*)\(")
exports = set()
exports = {'_free', '_malloc'}
for f in sys.argv[1:]:
with open(f) as fp:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment