summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/add_external-program_cmd-array.md
AgeCommit message (Collapse)Author
2025-12-08Generate release notes for 1.10.Jussi Pakkanen
2025-11-05ExternalProgram: add cmd_array to complete the offferingStéphane Cerveau
In case of python and especially in the case of pyInstaller where the python command is meson.exe runpython, it should not be full path to be used but cmd_array. Fixing #13834