Dyninst: update compiler requirements (#44033)
As of 13.0.0, Dyninst can now build with any Linux compiler.
This commit is contained in:
parent
33752c2b55
commit
d3c3d23d1e
@ -108,7 +108,7 @@ class Dyninst(CMakePackage):
|
||||
patch("v9.3.2-auto.patch", when="@9.3.2 %gcc@:4.7")
|
||||
patch("tribool.patch", when="@9.3.0:10.0.0 ^boost@1.69:")
|
||||
|
||||
requires("%gcc", msg="dyninst builds only with GCC")
|
||||
requires("%gcc", when="@:13.0.0", msg="dyninst builds only with GCC")
|
||||
|
||||
# No Mac support (including apple-clang)
|
||||
conflicts("platform=darwin", msg="macOS is not supported")
|
||||
|
Loading…
Reference in New Issue
Block a user