vstSpleeter icon indicating copy to clipboard operation
vstSpleeter copied to clipboard

[MacOS] Wrong command to compile

Open aidv opened this issue 5 years ago • 0 comments

This didn't work: cmake --build . --config Release --target INSTALL This did work: cmake --build . --config Release --target install

Difference: Lower case install

aidv avatar Jun 02 '20 20:06 aidv