summaryrefslogtreecommitdiff
path: root/wrappers
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-05-03 15:48:52 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-05-03 15:48:52 +0200
commit9b3ef673bc9a997bfb060934d07b0fef58246f0d (patch)
tree04ff60bdb028c70f208b9f6e3938cea1298d5b0a /wrappers
parent43604f7ffcbbf5b06ae481d2af7e66f6423f183f (diff)
Python: Ensure the eduvpncommon lib folder exists when packing
Diffstat (limited to 'wrappers')
-rw-r--r--wrappers/python/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/wrappers/python/Makefile b/wrappers/python/Makefile
index fd81cd9..e132400 100644
--- a/wrappers/python/Makefile
+++ b/wrappers/python/Makefile
@@ -9,6 +9,7 @@ endif
# Build for current platform only
pack:
+ mkdir -p eduvpncommon/lib
./setup.py bdist_wheel $(SETUP_ARGS) --exports-lib-path="$(EXPORTS_LIB_PATH)"
test: .try-build-lib