You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Do not emit cython_needs_compiler if compiler("cxx") is set (#927)
The current lint is only happy with `compiler("c")`, but
`compiler("cxx")` works just as well if the project is a C++ project. I
noticed this in
<bioconda/bioconda-recipes#43724>.
---------
Co-authored-by: Johannes Köster <johannes.koester@tu-dortmund.de>
0 commit comments