MicrochipTech/oa-tc6-lib

Build error on mac

Closed this issue · 1 comments

Demo.X won't build on Mac. This is because of some files in configuration.xml having backslashes instead of forward slashes, which means the build is not completely platform agnostic.

Fix is to change backslashes to forward slashes in all paths in configuration.xml

Thanks for the pointing out this issue.
I replaced all backslashes to forward slashes.