lvgl / lv_port_pc_vscode

MIT License
217 stars 136 forks source link

Building in windows under MSYS #33

Open TomBPotochek opened 5 months ago

TomBPotochek commented 5 months ago

I was able to compile and run this project in the master branch under msys mingw, but only after removing the trailing / from the include directory paths in the Makefile (and after almost banging my head against the wall).

Would this change break support on other platforms? Maybe this is just some weird bug in my pc setup but if it doesn't break other builds then they could be removed and automatically support windows builds.

kisvegabor commented 5 months ago

Wow, what a strange bug. I hope your head survived it. :face_with_head_bandage:

I think it's perfectly safe to remove them. Please send a PR and I'll test it on Linux.