We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8fe38 commit fb54478Copy full SHA for fb54478
recipe/meta.yaml
@@ -213,9 +213,9 @@ outputs:
213
{% endif %}
214
requires:
215
- ripgrep
216
- - cmake-no-system
+ - cmake-no-system # changed from cmake to support OpenSSL 3 bootstrap build
217
- make # [unix]
218
- - ninja-base
+ - ninja-base # changed from ninja to support OpenSSL 3 bootstrap build
219
- {{ compiler('c') }}
220
# Tried to use enable_language(C) to avoid needing this. It does not work.
221
- {{ compiler('cxx') }}
0 commit comments