Closed richardklingler closed 3 years ago
Try this fix:
We have to move the submodule to gitlab, but I have not checked if it works with one of their latest version.
Yes...that did it :-)
muchas gracias (o;
Reopening the issue so that I don't forget to fix this :)
Issue fixed in master (#66)
A frsh recursive checkout as documented fails on building it:
Furthermore I had to change line 240 in scripts/uc-def/uc-def from:
if inp[0] is not 'r':
to
if inp[0] != 'r':