dyninst: %gcc only required for versions <13 (#49599)

This commit is contained in:
eugeneswalker 2025-03-20 09:27:11 -07:00 committed by GitHub
parent 0d760a5fd8
commit abd3487570
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,7 @@ class Dyninst(CMakePackage):
sha256="0064d8d51bd01bd0035e1ebc49276f627ce6366d4524c92cf47d3c09b0031f96",
)
requires("%gcc", when="@:13.0.0", msg="dyninst builds only with GCC")
requires("%gcc", when="@:12", msg="dyninst builds only with GCC")
# No Mac support (including apple-clang)
conflicts("platform=darwin", msg="macOS is not supported")