Browse Source

Change default python version to the version I'm using

test_fixup
Richard Young 3 years ago
parent
commit
4729258a40
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libarchive/Makefile

+ 1
- 1
libarchive/Makefile View File

@@ -2,7 +2,7 @@ CFLAGS = -g
INCLUDE = -I/usr/include -I.
LIBS = -larchive

PYVER ?= 2.7
PYVER ?= 3.10

all: __libarchive.so



Loading…
Cancel
Save