When building 1.10.6 on Windows 10 with Visual Studio Community 2019 Version 16.6.3, the compilation aborts with the following error :
fatal error C1047: The object or library file 'thirdparty\win-libs-vc14-x64\harfbuzz\lib\harfbuzz.lib' was created with an older compiler than other objects; rebuild old objects and libraries
However when invoking makepanda with --no-harfbuzz, the compilation and link is successful.
I’m not sure if this is an actual issue or me doing something wrong again.