davy7125 / polyphone

A soundfont editor for quickly designing musical instruments.
https://www.polyphone.io
GNU General Public License v3.0
363 stars 49 forks source link

Sanitize includes #100

Closed hfiguiere closed 4 years ago

hfiguiere commented 4 years ago

This probably need work as I suspect it might need changes on the other platforms.

The rationale is as follow: both stk and jack header have to be included with the directory path. Using $PREFIX/include/stk and $PREFIX/include/jack is incorrect for two reason: they are not necessarily in prefix and as said above the director is part of the include name. At best $PREFIX/include is to be added (I actually think it's already there).

So the path on macos and windows might need to be adjusted.