summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/cmd_or_ps.ps1
AgeCommit message (Collapse)Author
2022-09-21Fix cmd_or_ps.ps1 script with pwsh7Xavier Claessens
gwmi command does not exist any more and is replaced by Get-CimInstance. See https://github.com/PowerShell/PowerShell/issues/4766. While at it, use a do..while loop to avoid duplicated lines. Fixes: #10820
2022-06-14devenv: Add support for PowerShell 7 on WindowsSeungha Yang
Checks "pwsh.exe" in addition to "powershell.exe" and "cmd.exe" to support PowerShell 7 on Windows. The Powershell 7 support was added in GStreamer (which is the origin of this script) already via https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2545
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-03-16Add `meson devenv` command and meson.add_devenv()Xavier Claessens