From a2574169e2b4f2567ca2961843ad3615b7aa7c9a Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Mon, 13 Apr 2020 17:44:37 +0200 Subject: added NO_PYTHON support --- GNUmakefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index a3ac2e06..74a290e6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -145,6 +145,11 @@ else PYFLAGS= endif +ifdef NO_PYTHON + PYTHON_OK=0 + PYFLAGS= +endif + ifdef STATIC $(info Compiling static version of binaries) # Disable python for static compilation to simplify things -- cgit 1.4.1