We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2833cc3 commit 65af461Copy full SHA for 65af461
recipe/llvm-filecheck/recipe.yaml
@@ -65,9 +65,9 @@ requirements:
65
- llvm-tools ==20.1.8 # [osx]
66
- compiler-rt ==20.1.8 # [osx]
67
host:
68
- - libcxx ${{ c_stdlib_version }} # [osx]
+ - libcxx ==${{ c_stdlib_version }} # [osx]
69
run:
70
71
72
tests:
73
- if: unix
0 commit comments