diff options
author | Eric Engestrom <[email protected]> | 2018-10-11 18:36:36 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-07-10 11:27:51 +0000 |
commit | 915eab5e875ef5d899d8680d321c81e3529fda0c (patch) | |
tree | 43a39609d81667e2628e55db1aa20f99a9232d47 | |
parent | 6f305d0c617d9bcfd7446554bc2ae8691b5b4d7a (diff) |
meson: remove unused env_test
No longer used as of last commit :)
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by Dylan Baker <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
-rw-r--r-- | meson.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build index f30f18d2d80..13b561f99de 100644 --- a/meson.build +++ b/meson.build @@ -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 |