libwebp.py: update to swig 3.0.12

fixes use with python 3

Change-Id: I4035c1c93e9f6551dd2e7e57da7d4ffd42ca06ce
This commit is contained in:
James Zern
2019-08-31 19:20:58 -07:00
parent 0e48d889eb
commit 601ef17cf6
3 changed files with 93 additions and 61 deletions

View File

@ -32,6 +32,9 @@
#ifdef SWIGPYTHON
%module(package="com.google.webp") libwebp
%begin %{
#define SWIG_PYTHON_STRICT_BYTE_CHAR
%}
#else
%module libwebp
#endif /* SWIGPYTHON */