Browse Source

Build: somehow venv dir cannot be called 'venv' anymore

Release_2.1
heck 3 years ago
parent
commit
d1a8e6e413
  1. 2
      Makefile.conf

2
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

Loading…
Cancel
Save