diff options
author | Eric Engestrom <[email protected]> | 2019-10-29 21:32:05 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-11-05 20:30:47 +0000 |
commit | 2f652e0b3691e94d6a81e37985741d35561b2312 (patch) | |
tree | e09619cadc2a60908b8851b93466cc838d9d2a42 /src/freedreno/vulkan | |
parent | 2c4395e61c4c090a85f21d57f2d670b5cd59795a (diff) |
meson: move the generic symbols check arguments to a common variable
Signed-off-by: Eric Engestrom <[email protected]>
Reviwed-by: Dylan Baker <dylan@pnwbakers>
Diffstat (limited to 'src/freedreno/vulkan')
-rw-r--r-- | src/freedreno/vulkan/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freedreno/vulkan/meson.build b/src/freedreno/vulkan/meson.build index d7f91d24358..70efd26008b 100644 --- a/src/freedreno/vulkan/meson.build +++ b/src/freedreno/vulkan/meson.build @@ -126,7 +126,7 @@ if with_symbols_check args : [ '--lib', libvulkan_freedreno, '--symbols-file', vulkan_icd_symbols, - '--nm', prog_nm.path(), + symbols_check_args, ], suite : ['freedreno'], ) |