mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
aco: Do not define NOMINMAX as it's already defined in pre_args now
It's a revert offcd53bebe6("aco: Define NOMINMAX in Meson build file") Because852d91edcd("windows: Always set NOMINMAX to remove min/max macros") did the same thing Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19233>
This commit is contained in:
parent
0ebd6f52a2
commit
224e501210
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ libaco_files = files(
|
|||
'aco_validate.cpp',
|
||||
)
|
||||
|
||||
cpp_args_aco = cpp.get_supported_arguments(['-fno-exceptions', '-fno-rtti', '-Wimplicit-fallthrough', '-Wshadow', '-DNOMINMAX'])
|
||||
cpp_args_aco = cpp.get_supported_arguments(['-fno-exceptions', '-fno-rtti', '-Wimplicit-fallthrough', '-Wshadow'])
|
||||
|
||||
_libaco = static_library(
|
||||
'aco',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue