fix python tests

This commit is contained in:
Laurent Perron
2022-02-22 12:53:14 +01:00
parent 840897cda7
commit 4727640b19

View File

@@ -19,7 +19,11 @@ else
@echo
endif
PYTHON_EXECUTABLE := dependencies$Spython$Svenv$Sbin$Spython
ifeq ($(SYSTEM),win)
PYTHON_EXECUTABLE := dependencies\\python\\venv\\Scripts\\python
else
PYTHON_EXECUTABLE := dependencies/python/venv/bin/python
endif
python: $(OR_TOOLS_LIBS)