From 9b3ef673bc9a997bfb060934d07b0fef58246f0d Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 3 May 2022 15:48:52 +0200 Subject: Python: Ensure the eduvpncommon lib folder exists when packing --- wrappers/python/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'wrappers/python/Makefile') 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 -- cgit v1.2.3