Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Telatynski
Olm
Commits
ac61190b
Commit
ac61190b
authored
Sep 26, 2020
by
Lukas Lihotzki
Browse files
fix build with emscripten 2.0.4
parent
0fd315d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
exports.py
View file @
ac61190b
...
@@ -6,7 +6,7 @@ import json
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment