vsg-dev / vsgXchange

Utility library for converting data+materials to/from VulkanSceneGraph
MIT License
65 stars 40 forks source link

Hide zstd library symbols #194

Closed rms7326 closed 1 month ago

rms7326 commented 1 month ago

The ktx library required libzstd symbols for interal work but was not hiding them. This caused symbol conflicts with the dynamic loader if other shared libraries loaded the system's libzstd.so.1 library.

issue #193