andrewrk / libsoundio

C library for cross-platform real-time audio input and output
http://libsound.io/
MIT License
1.92k stars 229 forks source link

Fix static library exports #217

Open Crunkle opened 5 years ago

Crunkle commented 5 years ago

We should use the SOUNDIO_STATIC_LIBRARY flag when compiling the static library to prevent any unnecessary exported symbols.