diff options
| author | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-12-08 18:44:56 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-12-08 18:44:56 +0200 |
| commit | 6c96f8712cb108f0d62874fa7563d9c010ee4952 (patch) | |
| tree | e45412248fa73655e704a3e2f572e8e7ce41f60b /docs/markdown/snippets/add_external-program_cmd-array.md | |
| parent | 65e924bba6d02335404c409d327d93bbbc82176b (diff) | |
| download | meson-6c96f8712cb108f0d62874fa7563d9c010ee4952.tar.gz | |
Generate release notes for 1.10.
Diffstat (limited to 'docs/markdown/snippets/add_external-program_cmd-array.md')
| -rw-r--r-- | docs/markdown/snippets/add_external-program_cmd-array.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/markdown/snippets/add_external-program_cmd-array.md b/docs/markdown/snippets/add_external-program_cmd-array.md deleted file mode 100644 index f4d7a6c0e..000000000 --- a/docs/markdown/snippets/add_external-program_cmd-array.md +++ /dev/null @@ -1,11 +0,0 @@ -## Add cmd_array method to ExternalProgram - -Added a new `cmd_array()` method to the `ExternalProgram` object that returns -an array containing the command(s) for the program. This is particularly useful -in cases like pyInstaller where the Python command is `meson.exe runpython`, -and the full path should not be used but rather the command array. - -The method returns a list of strings representing the complete command needed -to execute the external program, which may differ from just the full path -returned by `full_path()` in cases where wrapper commands or interpreters are -involved. |
