Skip to content

Commit 65af461

Browse files
committed
fi: ambiguous variant
1 parent 2833cc3 commit 65af461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipe/llvm-filecheck/recipe.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ requirements:
6565
- llvm-tools ==20.1.8 # [osx]
6666
- compiler-rt ==20.1.8 # [osx]
6767
host:
68-
- libcxx ${{ c_stdlib_version }} # [osx]
68+
- libcxx ==${{ c_stdlib_version }} # [osx]
6969
run:
70-
- libcxx ${{ c_stdlib_version }} # [osx]
70+
- libcxx ==${{ c_stdlib_version }} # [osx]
7171

7272
tests:
7373
- if: unix

0 commit comments

Comments
 (0)