aboutsummaryrefslogtreecommitdiff
path: root/exports.py
diff options
context:
space:
mode:
authorLukas Lihotzki <lukas@lihotzki.de>2020-09-26 18:23:50 +0200
committerLukas Lihotzki <lukas@lihotzki.de>2020-09-26 18:23:50 +0200
commitac61190bb3fae3fa2d143443ed5c97553cc324ed (patch)
tree4e50256a66d37f6a2cf8aae4fce3ff601bcb5589 /exports.py
parent0fd315d54c5c8d1536ef3e7f08d316bd915fe148 (diff)
fix build with emscripten 2.0.4
Diffstat (limited to 'exports.py')
-rwxr-xr-xexports.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/exports.py b/exports.py
index b37cbbb..c8e97a7 100755
--- a/exports.py
+++ b/exports.py
@@ -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: