Browse Source

Fixes for wraper rule

test_fixup
Vadim Lebedev 2 years ago
parent
commit
b95ad6fd05
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libarchive/Makefile

+ 1
- 1
libarchive/Makefile View File

@@ -7,7 +7,7 @@ PYVER ?= 3.9

all: __libarchive.so

_libarchive_wrap.cxx: _libarchive.i
_libarchive_wrap.c: _libarchive.i
#swig -python -c++ -Wall -shadow _libarchive.i
swig -python -Wall -shadow _libarchive.i



Loading…
Cancel
Save