modm-io / lbuild

lbuild: a generic, modular code generator in Python 3
https://pypi.org/project/lbuild
BSD 2-Clause "Simplified" License
37 stars 12 forks source link

Path separator normalization for Windows #51

Open salkinium opened 4 years ago

salkinium commented 4 years ago

There is an issue where generated files that format paths generate different files on Windows (path separator \) vs the rest (path separator /). This should be solved at lbuild level.

See https://github.com/modm-io/modm/issues/310