From d1a8e6e413f0ebf4fe728e01eb5eb7c4b18fd3b5 Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 26 Aug 2022 12:30:14 +0200 Subject: [PATCH] Build: somehow venv dir cannot be called 'venv' anymore --- Makefile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.conf b/Makefile.conf index 5b7890a..15ad1d6 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -8,7 +8,7 @@ BUILD_INPLACE = ./src/pEp/_pEp.cpython-38-darwin.so PYTHON_ARTIFACTS += ./.eggs PYTHON_ARTIFACTS += ./src/pEp.egg-info PYTHON_ARTIFACTS += ./.pytest_cache -VENV_DIR = ./venv +VENV_DIR = ./_venv # Build config Defaults DEBUG=1