LiveScratchpad
LiveScratchpad copied to clipboard
The Makefile depends on tags
The make commands indirectly fires git describe --tags --dirty, which answers:
fatal: No names found, cannot describe anything.
Since this project doesn't have any tags, is this really necessary?
Of course, this does not prevent the add-on from building. However, this error puzzled me.