fix build with emscripten 2.0.4
This commit is contained in:
parent
0fd315d54c
commit
ac61190bb3
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import json
|
||||||
|
|
||||||
expr = re.compile(r"(olm_[^( ]*)\(")
|
expr = re.compile(r"(olm_[^( ]*)\(")
|
||||||
|
|
||||||
exports = set()
|
exports = {'_free', '_malloc'}
|
||||||
|
|
||||||
for f in sys.argv[1:]:
|
for f in sys.argv[1:]:
|
||||||
with open(f) as fp:
|
with open(f) as fp:
|
||||||
|
|
Loading…
Reference in a new issue