mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-02-24 04:31:38 +00:00
Cross platform fix for makefile #575
This commit is contained in:
2
Makefile
2
Makefile
@@ -9,7 +9,7 @@ PREFIX ?= /usr/local
|
|||||||
# - compile generates .pyd instead of .so
|
# - compile generates .pyd instead of .so
|
||||||
# - venv with --sytem-site-packages has issues on windows as well...
|
# - 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
|
BIN = Scripts
|
||||||
SO = *.pyd
|
SO = *.pyd
|
||||||
VENV_OPTIONS =
|
VENV_OPTIONS =
|
||||||
|
|||||||
Reference in New Issue
Block a user