zesinger / libserum

Cross platform dynamic library code for Serum file format
GNU General Public License v2.0
11 stars 4 forks source link

misc: replace zip_file with official miniz #12

Closed jsm174 closed 1 year ago

jsm174 commented 1 year ago

This PR replaces the C++ zip_file miniz wrapper with the official miniz source from https://github.com/richgel999/miniz.

When using in an external project, I was running into duplicate symbols.