Skip to content

Commit

Permalink
MNT: Add support for osx-64 builds
Browse files Browse the repository at this point in the history
* Add osx-64 builds.
* Bump build number.
  • Loading branch information
matthewfeickert committed Jan 5, 2025
1 parent 7ad7719 commit 0ff11f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ source:
- allow-longer-paths-for-ffopen.patch

build:
number: 1
number: 2

outputs:
- name: {{ name }}-static

build:
skip: true # [win or (osx and x86)]
skip: true # [win]
script:
# FIXME: Patch out custom paths
# Note: Need the space at the end of '$PREFIX/share/ff/ ' so that
Expand Down

0 comments on commit 0ff11f1

Please sign in to comment.