Skip to content

allow_obj_filter=true + clang + static lib fails to compile

running

CC=clang CXX=clang++ meson -Dallow_obj_filter=true -Ddefault_library=static builddir .

will fail on both linux and windows with

ERROR: clang does not know how to do prelinking.

This seems like a meson specific issue, but still filing here