summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/build/meson.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/build/meson.py b/python/build/meson.py
index 05abb694c..4cda8ec2a 100644
--- a/python/build/meson.py
+++ b/python/build/meson.py
@@ -33,6 +33,7 @@ class MesonProject(Project):
# TODO: write pkg-config wrapper
path = os.path.join(toolchain.build_path, 'meson.cross')
+ os.makedirs(toolchain.build_path, exist_ok=True)
with open(path, 'w') as f:
f.write("""
[binaries]