digego / extempore

A cyber-physical programming environment
1.41k stars 127 forks source link

libsndfile: explicitly set option to build shared library #369

Closed dgrisham closed 5 years ago

dgrisham commented 5 years ago

Fixes https://github.com/digego/extempore/issues/367

benswift commented 5 years ago

thanks---I've fixed it in a couple of places in the CMakeLists.txt (because there are sepaprate pathways for the Win/Unix platforms).

It's weird that it was building the shared lib before.

benswift commented 5 years ago

Oh, I just read the linked libsndfile commit message from the issue thread---that makes more sense now. Thanks for looking into it 😄