Any particular reason clangd_client_wx31_64.cbp is drastically different from clangd_client_wx32_64.cbp? The following in clangd_client_wx32_64.cbp is standard practice in wx3?_64.cbp:
<Option object_output="../../../.objs32_64/plugins/contrib/clangd_client" />
but clangd_client_wx31_64.cbp has:
<Option object_output=".obj/clangd_client" />
at this point Will that even work here?