Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pixman: patch in build() instead of source() + bump msys2 + del fPIC if shared + fix hooks #3225

Merged
merged 11 commits into from
Oct 20, 2020
2 changes: 1 addition & 1 deletion recipes/pixman/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def configure(self):
del self.settings.compiler.libcxx
del self.settings.compiler.cppstd
if self.settings.os == "Windows" and self.options.shared:
raise ConanInvalidConfiguration("pixman can only built as static library for Windows")
raise ConanInvalidConfiguration("pixman can only be built as a static library on Windows")"
SpaceIm marked this conversation as resolved.
Show resolved Hide resolved

def build_requirements(self):
if tools.os_info.is_windows:
Expand Down