Skip to content

Commit 12a696b

Browse files
committed
fix typo
1 parent ce05232 commit 12a696b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ outputs:
232232
{% if freethreading == "yes" %}
233233
- if not exist %PREFIX%\\libs\\python3t.lib exit 1 # [win]
234234
- if not exist %PREFIX%\\libs\\python{{ ver2nd }}t.lib exit 1 # [win]
235-
{%e else %}
235+
{% else %}
236236
- if not exist %PREFIX%\\libs\\python3.lib exit 1 # [win]
237237
- if not exist %PREFIX%\\libs\\python{{ ver2nd }}.lib exit 1 # [win]
238238
{% endif %}

0 commit comments

Comments
 (0)