Skip to content
Snippets Groups Projects
Commit 8b29bd41 authored by Mark Haines's avatar Mark Haines
Browse files

Make sure the build dir exists

parent e28f0989
No related branches found
No related tags found
No related merge requests found
......@@ -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_[^( ]*)\\(")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment