Fixes to allow the SWIG/Python bindings to build again.
This commit is contained in:
6
library/bindings/MinizBlockCompressor.i
Normal file
6
library/bindings/MinizBlockCompressor.i
Normal file
@ -0,0 +1,6 @@
|
||||
%module MinizBlockCompressor
|
||||
%{
|
||||
#include "MinizBlockCompressor.h"
|
||||
%}
|
||||
|
||||
%include "MinizBlockCompressor.h"
|
Reference in New Issue
Block a user