Don't build Clang libs during lib32 build.
This should massively reduce the buildworld time on amd64. Pointy hat to: me
This commit is contained in:
parent
ed85c5231e
commit
bfc72ed568
@ -138,7 +138,7 @@ _libsdp= libsdp
|
||||
_libbsnmp= libbsnmp
|
||||
.endif
|
||||
|
||||
.if ${MK_CLANG} != "no"
|
||||
.if ${MK_CLANG} != "no" && !defined(COMPAT_32BIT)
|
||||
_clang= clang
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user