summaryrefslogtreecommitdiff
path: root/exynos
diff options
context:
space:
mode:
authorJoaquim Monteiro <joaquim.monteiro@protonmail.com>2024-03-28 23:51:52 +0000
committerJoaquim Monteiro <joaquim.monteiro@protonmail.com>2024-03-29 10:23:52 +0000
commitfbb83f74d69086d59acb33a21e7d4f204d341877 (patch)
tree2cdcfa4dceda19a8a8e2d6fb6c79ae64d0603d05 /exynos
parentc7c3c14bfc8286f17df1845a99ae17e5fc1c8cb7 (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.build2
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(),
],
)