Build error on mac
Closed this issue · 1 comments
whaleygeek commented
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
tkummermehr commented
Thanks for the pointing out this issue.
I replaced all backslashes to forward slashes.