meson: Always wrap "prefix" option with join_paths() to make Windows happy
authorSeungha Yang <seungha@centricular.com>
Tue, 15 Sep 2020 19:30:40 +0000 (04:30 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 1 Oct 2020 19:19:39 +0000 (19:19 +0000)
commitebeded7339db781237d499bf8013717bc8c5ee4a
treeda1a27fb4cc5966bb60cfac4ddd5c731b3270e8b
parentd867cacf863e26daf5b6e63a0ee677cd6cd1494b
meson: Always wrap "prefix" option with join_paths() to make Windows happy

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.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/818>
meson.build