1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

Try python for windows

This commit is contained in:
Bastian Venthur
2021-03-12 19:28:45 +01:00
parent 7cb373af94
commit 7decb8fddd

View File

@@ -3,7 +3,7 @@ VENV = venv
ifeq ($(OS), Windows_NT)
BIN=$(VENV)/Scripts
PY=python.exe
PY=python
else
BIN=$(VENV)/bin
endif