vstSpleeter
vstSpleeter copied to clipboard
[MacOS] Wrong command to compile
This didn't work: cmake --build . --config Release --target INSTALL
This did work: cmake --build . --config Release --target install
Difference: Lower case install