summaryrefslogtreecommitdiff
path: root/wrappers/python
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/python')
-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