diff options
author | Joaquim Monteiro <joaquim.monteiro@protonmail.com> | 2024-03-28 23:51:52 +0000 |
---|---|---|
committer | Joaquim Monteiro <joaquim.monteiro@protonmail.com> | 2024-03-29 10:23:52 +0000 |
commit | fbb83f74d69086d59acb33a21e7d4f204d341877 (patch) | |
tree | 2cdcfa4dceda19a8a8e2d6fb6c79ae64d0603d05 /exynos | |
parent | c7c3c14bfc8286f17df1845a99ae17e5fc1c8cb7 (diff) |
meson: Replace usages of deprecated ExternalProgram.path()
!347 fixed some of these, but not all.
Signed-off-by: Joaquim Monteiro <joaquim.monteiro@protonmail.com>
Diffstat (limited to 'exynos')
-rw-r--r-- | exynos/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exynos/meson.build b/exynos/meson.build index 6b4fe1e9..c87be6b1 100644 --- a/exynos/meson.build +++ b/exynos/meson.build @@ -56,6 +56,6 @@ test( args : [ '--lib', libdrm_exynos, '--symbols-file', files('exynos-symbols.txt'), - '--nm', prog_nm.path(), + '--nm', prog_nm.full_path(), ], ) |