meson: Prefer to use join_paths() over '/'
authorSeungha Yang <seungha.yang@navercorp.com>
Tue, 18 Dec 2018 12:16:43 +0000 (21:16 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 18 Dec 2018 16:48:17 +0000 (16:48 +0000)
commit1b0b2c37cc0178d8103e303110f5764b4d6b3a83
tree52ae3338a7df136eb15682d684163d876b04bc53
parentf74ad82ddcef0f18a43989aab25ee6d9fa37b98e
meson: Prefer to use join_paths() over '/'

... to avoid mixing '/' and '\' in a path string on Windows.
meson.build
tests/check/meson.build