DEB sip4-tqt: Build for all installed pythons, instead of just default.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/201/head
Slávek Banko 1 year ago
parent 99fefde171
commit f45dc99b33
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -31,7 +31,7 @@ else
CFLAGS += -O2 -g
endif
PYTHONS := $(shell py3versions -vd)
PYTHONS := $(shell py3versions -vr)
-include /usr/share/python3/python.mk
ifeq (,$(py_sitename))

@ -31,7 +31,7 @@ else
CFLAGS += -O2 -g
endif
PYTHONS := $(shell py3versions -vd)
PYTHONS := $(shell py3versions -vr)
-include /usr/share/python3/python.mk
ifeq (,$(py_sitename))

@ -31,7 +31,7 @@ else
CFLAGS += -O2 -g
endif
PYTHONS := $(shell py3versions -vd)
PYTHONS := $(shell py3versions -vr)
-include /usr/share/python3/python.mk
ifeq (,$(py_sitename))

Loading…
Cancel
Save