mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Cross platform fix for makefile #575
This commit is contained in:
parent
95ff6b6b76
commit
411d0d6e4a
2
Makefile
2
Makefile
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user