We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e728632 commit 72ea01aCopy full SHA for 72ea01a
conda-recipe/meta.yaml
@@ -43,7 +43,8 @@ outputs:
43
- {{ compiler("cxx") }}
44
- cmake
45
run:
46
- - {{ cdt("libcxx") }} # or libgcc-ng on Linux
+ - libcxx # [osx]
47
+ - libgcc-ng # [linux]
48
49
# No separate script: top‐level build already installed
50
# the C++ binary into $PREFIX/bin/aligncount_cpp
0 commit comments