дзеркало
https://github.com/arsenetar/dupeguru.git
synced 2025-07-01 21:13:21 +00:00
Makefile comaptibility with macOS
macOS ships BSD uname, which has no option "-o", so make fails. Change this to use bash ${OSTYPE} instead, which is platform independent.
This commit is contained in:
джерело
ad2a07a289
коміт
cb2a09093e
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 ($(OSTYPE), msys)
|
||||
BIN = Scripts
|
||||
SO = *.pyd
|
||||
VENV_OPTIONS =
|
||||
|
Завантаження…
x
Посилання в новій задачі
Block a user