summaryrefslogtreecommitdiffstats
path: root/exynos/meson.build
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 17:05:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 17:05:13 +0000
commit760b2c2d6e60d044191fffc8ff3ed27ae7bc7785 (patch)
tree2216cfc89ed84a774602562524913c4b2f9d956f /exynos/meson.build
parentReleasing progress-linux version 2.4.120-2~progress7.99u1. (diff)
downloadlibdrm-760b2c2d6e60d044191fffc8ff3ed27ae7bc7785.tar.xz
libdrm-760b2c2d6e60d044191fffc8ff3ed27ae7bc7785.zip
Merging upstream version 2.4.121.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'exynos/meson.build')
-rw-r--r--exynos/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/exynos/meson.build b/exynos/meson.build
index 6b4fe1e..c87be6b 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(),
],
)