We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The line "actions = exec_name," will fail if the path contains spaces. It should be changed to:
actions = '"{}"'.format(exec_name),
The text was updated successfully, but these errors were encountered:
does it also affect dependencies?
lv_platformio/support/sdl2_build_extra.py
Lines 18 to 19 in 7651b92
Sorry, something went wrong.
It seems to only affect the execute action, not building. I'm on MacOS Sonoma for reference.
#71
No branches or pull requests
The line "actions = exec_name," will fail if the path contains spaces. It should be changed to:
actions = '"{}"'.format(exec_name),
The text was updated successfully, but these errors were encountered: