From 4729258a402aabda6f1a7b43c674c0b016b9ecab Mon Sep 17 00:00:00 2001 From: Richard Young Date: Tue, 16 Nov 2021 13:35:53 -0500 Subject: [PATCH] Change default python version to the version I'm using --- libarchive/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarchive/Makefile b/libarchive/Makefile index 7e9b6bb..5d7b8e6 100644 --- a/libarchive/Makefile +++ b/libarchive/Makefile @@ -2,7 +2,7 @@ CFLAGS = -g INCLUDE = -I/usr/include -I. LIBS = -larchive -PYVER ?= 2.7 +PYVER ?= 3.10 all: __libarchive.so