Apply suggestion to use '/' over join_paths

This commit is contained in:
Emmanuele Bassi 2023-03-07 22:40:17 +00:00 committed by William Roy
parent aaeec84d75
commit d1fc1adae7

View File

@ -913,7 +913,7 @@ foreach lang : [
gnome.compile_resources(lang,
resxml,
source_dir: join_paths(meson.current_source_dir(), 'emoji'),
source_dir: meson.current_source_dir() / 'emoji',
gresource_bundle: true,
install: true,
install_dir: gtk_datadir / 'gtk-4.0/emoji',