mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Merge pull request #628 from nikmartin/linuxBuild
remove 'm' from SO var on Linux and OSX
This commit is contained in:
commit
c4a6958ef0
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ ifeq ($(shell ${PYTHON} -c "import platform; print(platform.system())"), Windows
|
|||||||
VENV_OPTIONS =
|
VENV_OPTIONS =
|
||||||
else
|
else
|
||||||
BIN = bin
|
BIN = bin
|
||||||
SO = cpython-3$(PYTHON_VERSION_MINOR)m*.so
|
SO = cpython-3$(PYTHON_VERSION_MINOR)*.so
|
||||||
VENV_OPTIONS = --system-site-packages
|
VENV_OPTIONS = --system-site-packages
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user