summaryrefslogtreecommitdiff
path: root/src/mapi/es1api
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-10-29 21:32:05 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-11-05 20:30:47 +0000
commit2f652e0b3691e94d6a81e37985741d35561b2312 (patch)
treee09619cadc2a60908b8851b93466cc838d9d2a42 /src/mapi/es1api
parent2c4395e61c4c090a85f21d57f2d670b5cd59795a (diff)
meson: move the generic symbols check arguments to a common variable
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviwed-by: Dylan Baker <dylan@pnwbakers>
Diffstat (limited to 'src/mapi/es1api')
-rw-r--r--src/mapi/es1api/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/es1api/meson.build b/src/mapi/es1api/meson.build
index b2dcd5413ad..711048421b8 100644
--- a/src/mapi/es1api/meson.build
+++ b/src/mapi/es1api/meson.build
@@ -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'],
)