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 ce05232 commit 12a696bCopy full SHA for 12a696b
1 file changed
recipe/meta.yaml
@@ -232,7 +232,7 @@ outputs:
232
{% if freethreading == "yes" %}
233
- if not exist %PREFIX%\\libs\\python3t.lib exit 1 # [win]
234
- if not exist %PREFIX%\\libs\\python{{ ver2nd }}t.lib exit 1 # [win]
235
- {%e else %}
+ {% else %}
236
- if not exist %PREFIX%\\libs\\python3.lib exit 1 # [win]
237
- if not exist %PREFIX%\\libs\\python{{ ver2nd }}.lib exit 1 # [win]
238
{% endif %}
0 commit comments