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
matrix-org
Olm
Commits
8b29bd41
Commit
8b29bd41
authored
Jun 26, 2015
by
Mark Haines
Browse files
Make sure the build dir exists
parent
e28f0989
Changes
1
Hide whitespace changes
Inline
Side-by-side
javascript/build.py
View file @
8b29bd41
...
...
@@ -24,6 +24,8 @@ source_files = glob.glob("src/*.cpp")
pre_js
,
=
glob
.
glob
(
"javascript/*pre.js"
)
post_js
,
=
glob
.
glob
(
"javascript/*post.js"
)
if
not
os
.
path
.
exists
(
"build"
):
os
.
mkdir
(
"build"
)
functions
=
set
()
RE_FUNCTION
=
re
.
compile
(
"(axolotl_[^( ]*)
\\
("
)
...
...
Write
Preview
Markdown
is supported
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