zstd: 1.5.6 does not build on Windows (#43677)
Conflict until a fix has been merged upstream
This commit is contained in:
parent
6502785908
commit
1381bede80
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ class Zstd(CMakePackage, MakefilePackage):
|
||||||
# (last tested: nvhpc@22.3)
|
# (last tested: nvhpc@22.3)
|
||||||
conflicts("+programs %nvhpc")
|
conflicts("+programs %nvhpc")
|
||||||
|
|
||||||
|
conflicts("platform=windows", when="@1.5.6")
|
||||||
|
|
||||||
build_system("cmake", "makefile", default="makefile")
|
build_system("cmake", "makefile", default="makefile")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue