Revert "meson: static link spirv-tools for darwin"
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

This reverts commit f21d0f2cbe.

This causes issues with other platforms trying to do static builds.

A better option is for everyone to use `meson setup --prefer-static`.

Fixes: f21d0f2cbe ("meson: static link spirv-tools for darwin")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/14751
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39613>
This commit is contained in:
Eric Engestrom 2026-01-29 17:50:14 +01:00 committed by Marge Bot
parent 26b059b411
commit 342a5ba44e

View file

@ -1931,7 +1931,6 @@ dep_spirv_tools = dependency(
'SPIRV-Tools',
required : with_spirv_tools,
version : '>= 2024.1',
static : host_machine.system() == 'darwin',
)
if dep_spirv_tools.found()
pre_args += '-DHAVE_SPIRV_TOOLS'