meson: windows: Normalize slashes in prefix This fixes a build issue on windows, when the prefix is set to a path with forward slashes. Windows python defaults to a path with a backslash, but mingw ucrt python defaults to a forward slash. This in turn lead to a wrong PATH set during tests, causing tests to fail.
Reported-by: Melih Mutlu <[email protected]> Discussion: http://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/e3a892539b2baabc1963c31605728bbbc8f8b89a Modified Files -------------- meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
