4ms/metamodule

Firmware build fails in MSYS when creating assets tar file

Closed this issue · 0 comments

From @scanner-darkly:

CMAKE_CURRENT_LIST_DIR resolves to D:/Projects/vcvrack/metamodule/firmware, and tar doesn't like it - I get "tar: Cannot connect to D: resolve failed". To fix it I manually edit all the tar parameters to use /D/Projects.. format in the generated build files, and that takes care of it.