Made build run on debian 12.9

This commit is contained in:
benny
2024-12-05 10:39:36 +02:00
committed by Adrian Scripca
parent 17b3af2911
commit 48e3eff00a
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ PYTHON_EXISTS := $(wildcard $(PYTHON))
#
ifeq ($(PYTHON_EXISTS),$(PYTHON))
PY_INCDIR = $(shell $(PYTHON) pyinclude.py)
GET_VERSION = "import version as v; print v.VERSION"
GET_VERSION = "import version as v; print(v.VERSION)"
WMI_VERSION := $(shell cd pysamba ; $(PYTHON) -c $(GET_VERSION))
WMI_CPPFLAGS := -I$(PY_INCDIR)
endif