diff --git a/libclamav/c++/detect.cpp b/libclamav/c++/detect.cpp index 0612a154f..7994afa8b 100644 --- a/libclamav/c++/detect.cpp +++ b/libclamav/c++/detect.cpp @@ -94,7 +94,7 @@ void cli_detect_env_jit(struct cli_environment *env) earch = arch_i386; if (env->arch != earch) { /* bb #2153 */ - if (env->os_category != os_darwin || env->arch != arch_x86_64) + if (env->arch != arch_x86_64) conflicts = true; } break;