Skip to content

meson: Always wrap "prefix" option with join_paths() to make Windows happy

Seungha Yang requested to merge seungha.yang/gst-plugins-base:gio-win-fix into master
Both "\" and "/" separators are allowed on Windows but the problem
is that "\" is not converted to "\\" in this case.
It will result to unknown/unrecognized character escape sequence.

Merge request reports