mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
meson: do not compile libmesa_util_sse41 unless used
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34123>
This commit is contained in:
parent
123627ef65
commit
2769e494c6
1 changed files with 1 additions and 0 deletions
|
|
@ -278,6 +278,7 @@ libmesa_util_sse41 = static_library(
|
|||
c_args : [c_msvc_compat_args, sse41_args],
|
||||
include_directories : [inc_util],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
build_by_default : false,
|
||||
)
|
||||
|
||||
_libmesa_util = static_library(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue