tajayi opened this issue 6 years ago · 2 comments
Continuing a debugging thread via email. @payal can also contribute to this
This issue is due to "\r\n" on liberty's filename.
In your Makefile,
$$(< $(OBJECTS_DIR)/libFilePaths.txt)
caused this problem.
I'll escape these strings in my side, just in case.
Solved. Close.