aboutsummaryrefslogtreecommitdiffstats
path: root/egl/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'egl/meson.build')
-rw-r--r--egl/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/egl/meson.build b/egl/meson.build
index 76c6ee2..5c62ac1 100644
--- a/egl/meson.build
+++ b/egl/meson.build
@@ -13,7 +13,7 @@ if get_option('tests')
wayland_egl_abi_check = executable('wayland-egl-abi-check', 'wayland-egl-abi-check.c')
test('wayland-egl abi check', wayland_egl_abi_check)
- nm_path = find_program('nm').full_path()
+ nm_path = find_program(['llvm-nm', 'nm']).full_path()
test(
'wayland-egl symbols check',