Mesa (main): aco: Use cpp_msvc_compat_args.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 23 20:47:57 UTC 2021


Module: Mesa
Branch: main
Commit: 890b1c0f2abfc15b2187858f43678b3410f0a5d2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=890b1c0f2abfc15b2187858f43678b3410f0a5d2

Author: Georg Lehmann <dadschoorse at gmail.com>
Date:   Fri Jun 25 17:40:44 2021 +0200

aco: Use cpp_msvc_compat_args.

Signed-off-by: Georg Lehmann <dadschoorse at gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11610>

---

 src/amd/compiler/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/amd/compiler/meson.build b/src/amd/compiler/meson.build
index fd7d554ad41..9e47b69f4db 100644
--- a/src/amd/compiler/meson.build
+++ b/src/amd/compiler/meson.build
@@ -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



More information about the mesa-commit mailing list