fix build with emscripten 2.0.4

This commit is contained in:
Lukas Lihotzki 2020-09-26 18:23:50 +02:00
parent 0fd315d54c
commit ac61190bb3

View file

@ -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: