ac: Align ADDR_FASTCALL with addrlib

Fixes linker errors for 32-bit Windows.

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13749>
This commit is contained in:
James Park
2021-11-10 23:24:38 -08:00
committed by Marge Bot
parent aa2f5cd1a3
commit 195a379a7e
+1
View File
@@ -111,6 +111,7 @@ libamd_common = static_library(
idep_mesautil, idep_nir_headers, idep_nir
],
gnu_symbol_visibility : 'hidden',
c_args : ['-DADDR_FASTCALL=']
)
idep_amdgfxregs_h = declare_dependency(sources : [amdgfxregs_h])