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
Fixes for wraper rule
test_fixup
Vadim Lebedev
2 years ago
parent
731e119197
commit
b95ad6fd05
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
@@ -7,7 +7,7 @@ PYVER ?= 3.9
all: __libarchive.so
_libarchive_wrap.c
xx
: _libarchive.i
_libarchive_wrap.c: _libarchive.i
#swig -python -c++ -Wall -shadow _libarchive.i
swig -python -Wall -shadow _libarchive.i
Write
Preview
Loading…
Cancel
Save