1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-10 05:34:36 +00:00

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

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 =