gplugin/gplugin

meson: Switch join_paths to /.

2020-09-15, Elliott Sales de Andrade
4e95ad0fb9e4
Parents 9f181ca46179
Children d9fab4bf9602
meson: Switch join_paths to /.

Reviewed at https://reviews.imfreedom.org/r/119/
--- a/gplugin/share/valgrind/meson.build Mon Sep 14 20:42:43 2020 -0500
+++ b/gplugin/share/valgrind/meson.build Tue Sep 15 23:49:30 2020 -0500
@@ -1,2 +1,2 @@
install_data('gplugin.supp',
- install_dir : join_paths(get_option('datadir'), 'gplugin', 'valgrind'))
+ install_dir : get_option('datadir') / 'gplugin/valgrind')