diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-03 15:48:52 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-03 15:48:52 +0200 |
| commit | 9b3ef673bc9a997bfb060934d07b0fef58246f0d (patch) | |
| tree | 04ff60bdb028c70f208b9f6e3938cea1298d5b0a /wrappers/python/Makefile | |
| parent | 43604f7ffcbbf5b06ae481d2af7e66f6423f183f (diff) | |
Python: Ensure the eduvpncommon lib folder exists when packing
Diffstat (limited to 'wrappers/python/Makefile')
| -rw-r--r-- | wrappers/python/Makefile | 1 |
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 |
