meson: remove unused env_test
No longer used as of last commit :) Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
6f305d0c61
commit
915eab5e87
1 changed files with 0 additions and 4 deletions
|
|
@ -1482,10 +1482,6 @@ endif
|
|||
pkg = import('pkgconfig')
|
||||
|
||||
prog_nm = find_program('nm', required : false)
|
||||
env_test = environment()
|
||||
if prog_nm.found()
|
||||
env_test.set('NM', prog_nm.path())
|
||||
endif
|
||||
|
||||
# This quirk needs to be applied to sources with functions defined in assembly
|
||||
# as GCC LTO drops them. See: https://bugs.freedesktop.org/show_bug.cgi?id=109391
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue