diff options
| author | Yonggang Luo <luoyonggang@gmail.com> | 2025-08-05 17:04:51 +0800 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-08-20 16:21:27 +0000 |
| commit | 272c331913c46be3a5bd328d3851c49cabc9be14 (patch) | |
| tree | dc0fb5fdee199b67d2f6303841807b46363004af | |
| parent | 0c9b0430120b60a6597bb054ab2de03a81ee4bd4 (diff) | |
meson: Remove redundant TODO:
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36635>
| -rw-r--r-- | meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 42994e11ccb..09e2a757bd3 100644 --- a/meson.build +++ b/meson.build @@ -1321,8 +1321,6 @@ endif dep_ws2_32 = cc.find_library('ws2_32', required : with_platform_windows) -# TODO: shared/static? Is this even worth doing? - with_asm_arch = '' if host_machine.cpu_family() == 'x86' if system_has_kms_drm or host_machine.system() == 'gnu' |