- Ref: Execute on Win broken · Issue #34 · lvgl/lv_platformio · GitHub
- Source code: lv_platformio/sdl2_build_extra.py at master · lvgl/lv_platformio · GitHub
I created custom target to execute result of native
build with ease. This works on linux/mac, but fails on Win, because ${PROGNAME}
has no .exe
on the end.
I don’t know, is it bug or feature, but could you explain expected right method to execute file, working on all platforms?