Skip to content

Commit

Permalink
Designate osx and linux on noarch builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Nov 5, 2024
1 parent c9a7b81 commit 6b26d4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ source:
- osx-zmq.patch

build:
number: 0
number: 1
entry_points:
- spyder = spyder.app.start:main
osx_is_app: true
# https://github.com/conda/conda-build/issues/5385
noarch: python # [not win]
string: "osx_pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }}" # [osx]
string: "linux_pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }}" # [linux]

requirements:
build:
Expand Down

0 comments on commit 6b26d4d

Please sign in to comment.