aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--egl/meson.build2
-rw-r--r--tests/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/egl/meson.build b/egl/meson.build
index 065fd07..b3cbdf3 100644
--- a/egl/meson.build
+++ b/egl/meson.build
@@ -11,7 +11,7 @@ wayland_egl = library(
executable('wayland-egl-abi-check', 'wayland-egl-abi-check.c')
-nm_path = find_program('nm').path()
+nm_path = find_program('nm').full_path()
test(
'wayland-egl symbols check',
diff --git a/tests/meson.build b/tests/meson.build
index 58794e7..dd1aa85 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -77,7 +77,7 @@ if add_languages('cpp')
)
endif
-sed_path = find_program('sed').path()
+sed_path = find_program('sed').full_path()
if get_option('scanner')
test(