tfussell / miniz-cpp

A cross-platform header-only C++14 library for reading and writing ZIP files
MIT License
229 stars 77 forks source link

Fixed duplicated symbols #11

Open kstenschke opened 4 years ago

kstenschke commented 4 years ago

Using miniz-cpp from multiple translation units caused linker error. Done: marked declarations as static for correct linking from multiple translation units.

yhyu13 commented 3 years ago

@kstenschke thanks, this is helpful

wzel commented 1 year ago

Greetings from the GNU Guix community. Merging this pull request would help us in packaging docxBox. Guix issue tracker reference here. Thanks for considering the merge.