diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2021-12-07 18:08:02 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2021-12-08 22:02:45 +0000 |
| commit | 2a31cd215d9757a8fd6483c58fa965fc7d8aa91b (patch) | |
| tree | 29b11760a4770edd0b0919cbfa284778ad1608ac /lib | |
| parent | ecd8245e0d7784bcd78dafce233f303eee765068 (diff) | |
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 2cba5feaee19..bd28b974c673 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -185,7 +185,7 @@ SUBDIR.${MK_STATS}+= libstats ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "i386" || \ ${MACHINE_CPUARCH} == "powerpc") _libclang_rt= libclang_rt -.elif ${MK_ASAN} != "no" || ${MK_UBSAN} != "no" +.elif (${MK_ASAN} != "no" || ${MK_UBSAN} != "no") && make(all) .error "Requested build with sanitizers but cannot build runtime libraries!" .endif |
