Skip to content

Commit

Permalink
rebuild for osx-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Oct 25, 2021
1 parent 03e58cd commit 8239fce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 9933f28f70d0517686bd7de36166dda42094eac49415459d9bdf5e7df3e0086d

build:
number: 0
number: 1
skip: true # [py<36]
script:
{% if build_platform != target_platform %}
Expand All @@ -25,6 +25,7 @@ build:
requirements:
build:
- python # [build_platform != target_platform]
- {{ compiler('c') }} # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- cffi >=1.12 # [python_impl != "pypy" and build_platform != target_platform]
- {{ compiler('rust') }}
Expand Down

0 comments on commit 8239fce

Please sign in to comment.