meson: move the generic symbols check arguments to a common variable
[mesa.git] / src / mapi / es1api / meson.build
index b2dcd5413ad69a6e82b75ee4156af4604cf8c0e6..711048421b80288664b96839e7fbc117582e5623 100644 (file)
@@ -69,7 +69,7 @@ if with_symbols_check
     args : [
       '--lib', libglesv1_cm,
       '--symbols-file', files('gles1-symbols.txt'),
-      '--nm', prog_nm.path(),
+      symbols_check_args,
     ],
     suite : ['mapi'],
   )