diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-11 17:05:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-11 17:05:12 +0000 |
commit | 6b5c63be724793e9ba67996ec81d3bf2ecbf5c2c (patch) | |
tree | 154957e08cb63f3bff25732708e13fbf2afb3f6e /omap | |
parent | Adding upstream version 2.4.120. (diff) | |
download | libdrm-6b5c63be724793e9ba67996ec81d3bf2ecbf5c2c.tar.xz libdrm-6b5c63be724793e9ba67996ec81d3bf2ecbf5c2c.zip |
Adding upstream version 2.4.121.upstream/2.4.121upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'omap')
-rw-r--r-- | omap/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omap/meson.build b/omap/meson.build index eebd142..8856d4a 100644 --- a/omap/meson.build +++ b/omap/meson.build @@ -56,6 +56,6 @@ test( args : [ '--lib', libdrm_omap, '--symbols-file', files('omap-symbols.txt'), - '--nm', prog_nm.path(), + '--nm', prog_nm.full_path(), ], ) |