This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
python-libarchive
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Change default python version to the version I'm using
test_fixup
Richard Young
3 years ago
parent
e3ccbaaee2
commit
4729258a40
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save