文件最后提交记录最后更新时间
Fix error for pango not building on windows (and possibly mingw) (#10099) * Fix errors for pango not building on windows (and possibly mingw) Despite the earlier code passing tests when submitting a new version of pango, pango was still failing being built for me on windows due to the same error encountered during submitting the new version (something relating to the cairo-ft check). I tested the committed patch by making a local repo for the pango with this edit, it successfully built. Why the CI passed but the build failed in the previous committed version for me, I don't know. * remove unnecessary cxxflags mention, include cairo dependency check in logic1 天前