Skip to content

Commit 72ea01a

Browse files
committed
fix
1 parent e728632 commit 72ea01a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ outputs:
4343
- {{ compiler("cxx") }}
4444
- cmake
4545
run:
46-
- {{ cdt("libcxx") }} # or libgcc-ng on Linux
46+
- libcxx # [osx]
47+
- libgcc-ng # [linux]
4748

4849
# No separate script: top‐level build already installed
4950
# the C++ binary into $PREFIX/bin/aligncount_cpp

0 commit comments

Comments
 (0)