Skip to content

Commit f92fa50

Browse files
committed
Add support for osx
1 parent 8bb10d0 commit f92fa50

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

recipes/hyphen/recipe.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,25 @@ build:
1414
number: 0
1515
skip: win
1616
script:
17+
- if: osx and arm64
18+
then: echo 'echo arm-apple-darwin' > config.sub
1719
- ./configure --prefix=${{ PREFIX }}
18-
- make
20+
- make
1921
- make install
2022
requirements:
2123
build:
2224
- ${{ compiler('c') }}
2325
- ${{ stdlib('c') }}
2426
- automake
2527
- make
28+
- if: osx
29+
then: gawk
2630

2731
tests:
2832
- package_contents:
2933
include:
3034
- hyphen.h
31-
35+
3236
about:
3337
homepage: http://hunspell.sf.net
3438
summary: A text hyphenation library

0 commit comments

Comments
 (0)