osxmidi / LinVst

Linux Windows vst wrapper/bridge
GNU General Public License v3.0
682 stars 41 forks source link

Parametrize the prefix of hardcoded binary paths #203

Closed picsel2 closed 3 years ago

picsel2 commented 3 years ago

The paths to the server binaries are currently hardcoded. This is a problem when one has to use a non-standard install location (e.g. /app/bin with Flatpak).

This PR introduces a new macro that allows to parametrize the installation directory.