mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 04:30:10 +01:00
aco: Use cpp_msvc_compat_args.
Signed-off-by: Georg Lehmann <dadschoorse@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11610>
This commit is contained in:
parent
c6bcafcc07
commit
890b1c0f2a
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ _libaco = static_library(
|
|||
],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
build_by_default : true,
|
||||
cpp_args : cpp_args_aco,
|
||||
cpp_args : [cpp_args_aco, cpp_msvc_compat_args],
|
||||
)
|
||||
|
||||
# Also link with aco
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue