| author | |
| committer | |
| log | 492821781dc34659f694577aacbc853c8839406f |
| tree | b0800d654e748a6b97f7d0daec7fb18672ce2779 |
| parent | f9bf04c38b693b0eee368416ec8eaba06a057e1e |
| signature |
not handling static libs correctly1 files changed, 3 insertions(+), 0 deletions(-)
CMakeLists.txt+3| ... | ... | @@ -50,6 +50,9 @@ option(ZIG_FORCE_EXTERNAL_LLD "If your system has the LLD patches use it instead |
| 50 | 50 | find_package(llvm) |
| 51 | 51 | find_package(clang) |
| 52 | 52 | |
| 53 | # TODO fix https://github.com/ziglang/docker-zig/issues/7 | |
| 54 | list(REMOVE_ITEM LLVM_LIBRARIES "-l/deps/local/lib/libxml2.a") | |
| 55 | ||
| 53 | 56 | if(NOT MSVC) |
| 54 | 57 | find_library(LIBXML2 NAMES xml2 libxml2) |
| 55 | 58 | if(${LIBXML2} STREQUAL "LIBXML2-NOTFOUND") |