Open rattboi opened 3 years ago
Seems there's an issue in your libopencm3 fork that makes building on linux not work.
-SRCLIBDIR:= $(subst $(space),\$(space),$(realpath lib)) +SRCLIBDIR:= $(subst $(space),/$(space),$(realpath lib))
I wanted to give context for where it's used, in this repo. I can submit a PR with the change if required.
Seems there's an issue in your libopencm3 fork that makes building on linux not work.
I wanted to give context for where it's used, in this repo. I can submit a PR with the change if required.