also define Macros in else branch for disabling 32-bit

This commit is contained in:
Jiri Srain 2023-11-01 22:23:49 +01:00
parent fadb348c7e
commit 9409da1361

View File

@ -1862,6 +1862,9 @@ Substitute: gcc6-c++-32bit
Substitute: gcc-c++-32bit Substitute: gcc-c++-32bit
%else %else
%define disable_32bit 0 %define disable_32bit 0
Macros:
%disable_32bit 0
:Macros
%endif %endif
%endif %endif