Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur authored Aug 5, 2023
1 parent ad3ec68 commit 8b74cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/conan-center.py
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ def test(out):
# See https://github.com/conan-io/conan-center-index/issues/18951#issuecomment-1662472084
if _get_os(conanfile) not in ["Linux", "FreeBSD"]:
return
# This issue has been fixed in Clang since v10.0.0 still exists in GCC as of v13.2
# This issue has been fixed in Clang since v10.0.0, but still exists in GCC as of v13.2
settings = _get_settings(conanfile)
if settings.get_safe("compiler") == "clang" and Version(settings.get_safe("compiler.version")) >= 10:
return
Expand Down

0 comments on commit 8b74cbf

Please sign in to comment.