Fix the ARCH check for LIB32 from Makefile.inc1.

This commit is contained in:
brooks 2019-11-07 23:50:33 +00:00
parent eb0624b858
commit 0fc025d0b6

View File

@ -803,6 +803,7 @@ XCFLAGS+= ${BFLAGS}
.endif
.if ${MK_LIB32} == "yes"
.error WTF
_LIBCOMPAT= 32
.include "Makefile.libcompat"
.elif ${MK_LIBSOFT} == "yes"