mirror of https://github.com/Cisco-Talos/clamav
I observed undefined symbol errors when linking the bytecode_runtime object with the check_* test executables on Windows when using LLVM built from source. I'm not sure why, exactly, but these symbols should all be present in the ClamAV::libclamav library that we're linking with, so I don't know why we link with the object library targets in addition to the libclamav shared/or/static library target. This commit removes linking with those extra object library targets.pull/486/head
parent
b07b1a65cb
commit
426dd461f6
Loading…
Reference in new issue