cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.27k stars 939 forks source link

Attempt to fix ZLIB_DEBUG=1 build issue on iOS #2205

Closed Morpheu5 closed 3 years ago

Morpheu5 commented 3 years ago

Some build configurations appear to miss the ZLIB_DEBUG=1 build flag which results in missing symbols in the built library. Hopefully this fixes this issue.

This was reported here but the fix was not applied everywhere.

Morpheu5 commented 3 years ago

Somehow my local clone was messed up and didn't compile properly. A fresh clone and I'm back in business. I'm closing this PR now.