Merge "Add support for python3.9"

This commit is contained in:
Zuul 2021-08-27 13:31:11 +00:00 committed by Gerrit Code Review
commit 6c7624f1b8
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ ifeq ($(OS_ID)-$(OS_VERSION_ID),centos-8)
LDLIBS += -lpython3.6m
INCLUDES += -I/usr/include/python3.6m
CCFLAGS += -Werror
else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-11)
LDLIBS += -lpython3.9
INCLUDES += -I/usr/include/python3.9
else
INCLUDES += -I/usr/include/python2.7
LDLIBS += -lpython2.7