mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
Revert "meson: static link spirv-tools for darwin"
This reverts commitf21d0f2cbe. 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:
parent
26b059b411
commit
342a5ba44e
1 changed files with 0 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue