From 4dc776352724d79b62b420bec9daf698bb0b80d4 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Wed, 6 Jan 2021 02:58:48 +0100 Subject: [PATCH] minor tweak to Makefile to avoid requiring cython to build Signed-off-by: Stephen L. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 943fe57..232944f 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ install: build: @+make prebuildclean @+make testsetup - @+python setup.py sdist bdist_wheel + @+python setup.py sdist bdist_wheel --nocython # @+python setup.py bdist_wininst # comment this out if you are not on Windows pymake testsetuppost # @+make does not work here, dunno why