mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-23 07:19:50 +00:00
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
@ -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…
Reference in New Issue
Block a user