meson: move the generic symbols check arguments to a common variable
[mesa.git] / src / egl / meson.build
index e691f509067239306b6b94c41a78ecc2215f5b91..12d74ec37faacbb4c53e4ddcb9c0d21d28bd4551 100644 (file)
@@ -197,7 +197,7 @@ if with_symbols_check
     args : [
       '--lib', libegl,
       '--symbols-file', egl_symbols,
-      '--nm', prog_nm.path(),
+      symbols_check_args,
     ],
     suite : ['egl'],
   )