Skip to content

Commit

Permalink
drop apple-clang >=12 in libmysqlclient 8.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Feb 24, 2022
1 parent cf146f6 commit 98e3f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libmysqlclient/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def loose_lt_semver(v1, v2):
# error: expected unqualified-id MYSQL_VERSION_MAJOR=8
# error: no member named 'ptrdiff_t' in the global namespace
if self.version == "8.0.17" and self.settings.compiler == "apple-clang" and \
tools.Version(self.settings.compiler.version) >= "13.0":
tools.Version(self.settings.compiler.version) >= "12.0":
raise ConanInvalidConfiguration("libmysqlclient 8.0.17 doesn't support apple-clang >= 13")

def build_requirements(self):
Expand Down

0 comments on commit 98e3f31

Please sign in to comment.