From b95ad6fd0593ad213f13458d4d7694ac53addd42 Mon Sep 17 00:00:00 2001 From: Vadim Lebedev Date: Mon, 18 Jul 2022 12:14:34 +0200 Subject: [PATCH] Fixes for wraper rule --- libarchive/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarchive/Makefile b/libarchive/Makefile index 1ee2982..b7e1fb2 100644 --- a/libarchive/Makefile +++ b/libarchive/Makefile @@ -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