fix JavaScript build

merge-requests/23/merge
Hubert Chathi 2021-06-18 13:12:11 -04:00
parent 0f7c13334f
commit abf8f97491
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import sys
import re
import json
expr = re.compile(r"(olm_[^( ]*)\(")
expr = re.compile(r"(_*olm_[^( ]*)\(")
exports = {'_free', '_malloc'}