meson: move the generic symbols check arguments to a common variable
[mesa.git] / src / mapi / es2api / meson.build
index 119e8d36a75e56eef908f9da6e510c257170133c..ac79aa66f89aafe64cc75d8a4e52d8e57f08c0d1 100644 (file)
@@ -69,7 +69,7 @@ if with_symbols_check
     args : [
       '--lib', libgles2,
       '--symbols-file', files('gles2-symbols.txt'),
-      '--nm', prog_nm.path(),
+      symbols_check_args,
     ],
     suite : ['mapi'],
   )