Browse Source

Build: fix make venv - for some reason folder cannot be called venv anymore

pull/14/head
heck 3 years ago
parent
commit
f2283cf189
  1. 2
      Makefile.conf

2
Makefile.conf

@ -8,7 +8,7 @@ BUILD_INPLACE = ./src/pEp/_pEp.cpython-*
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