ManimCommunity / ManimPango

Binding for Pango, to use with Manim.
https://manimpango.manim.community
MIT License
45 stars 13 forks source link

Ignore unix like libraries on MSVC #79

Closed naveen521kk closed 2 years ago

naveen521kk commented 2 years ago

When building with Conda, pkg-config returns -lm flag which isn't present on Windows and the compilation errors out. Instead, let's ignore those libraries on MSVC even if pkg-config returns it. This is what is done on other build-systems like Meson.

naveen521kk commented 2 years ago

This PR ended up containing some extra fixes: