Cross platform fix for makefile #575

This commit is contained in:
Andrew Senetar 2019-09-09 20:23:37 -05:00
parent 95ff6b6b76
commit 411d0d6e4a
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ PREFIX ?= /usr/local
# - compile generates .pyd instead of .so
# - venv with --sytem-site-packages has issues on windows as well...
ifeq ($(shell uname -o), Msys)
ifeq ($(shell ${PYTHON} -c "import platform; print(platform.system())"), Windows)
BIN = Scripts
SO = *.pyd
VENV_OPTIONS =