From 9dcbadac655a18d5da42857341b3517d1055c8dd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 1 Jul 2023 20:04:46 +0200 Subject: Fix and improve makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8662f43..12f896f 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ all: native_bus.so $(CC) -fPIC -c -o $@ $< $(CFLAGS) $(CPPFLAGS) .pyx.c: - if ! $(CYTHON) -$(PY_MAJOR) -v $< -o $@ ; then rm $@; false; fi + if ! $(CYTHON) -$(PYTHON_MAJOR) -v $< -o $@ ; then rm $@; false; fi install: native_bus.so mkdir -p -- "$(DESTDIR)$(PYTHONPKGDIR)" -- cgit v1.2.3-70-g09d2