diff --git a/conanfile.py b/conanfile.py index 08621c6ef..6e3ac8a35 100644 --- a/conanfile.py +++ b/conanfile.py @@ -47,7 +47,7 @@ class VCMI(ConanFile): self.options["freetype"].shared = self.settings.os == "Android" # SDL_image and Qt depend on it, in iOS both are static - self.options["libpng"].shared = not self.settings.os != "iOS" + self.options["libpng"].shared = self.settings.os != "iOS" # static Qt for iOS is the only viable option at the moment self.options["qt"].shared = self.settings.os != "iOS"