Skip to content

Commit cfe05dc

Browse files
author
Rafael Martins
committed
fix windows build
1 parent a9d3262 commit cfe05dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55
{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66
{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7-
{% set build_number = "0" %}
7+
{% set build_number = "1" %}
88
{% set channel_targets = ('abc', 'def') %}
99
# this is just for the initial build, to break dependencies with python -> pip -> libpython-static
1010
{% set bootstrap = "false" %}
@@ -294,6 +294,7 @@ outputs:
294294
{% else %}
295295
string: h{{ PKG_HASH }}_{{ rl_string }}{{ PKG_BUILDNUM }}{{ linkage_nature }}{{ debug }}
296296
{% endif %}
297+
skip: true # [win and readline_mode != 'none']
297298
requirements:
298299
build:
299300
- {{ compiler('c') }}

0 commit comments

Comments
 (0)