Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure meson's prefix is a valid absolute path
The path / is not considered an absolute path on Windows, failing with: ERROR: prefix value '/' must be an absolute path os.path.abspath ensures that "/" becomes a valid absolute path on all major platforms, resolving to "/" on Linux and macOS, and to "C:\" (or whichever filesystem is currently active, could be E:\ as well) on Windows. Closes #17204.
- Loading branch information