Skip to content

Commit

Permalink
Apply Wno-implicit-function-declaration patch to all osx builds
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Jan 14, 2025
1 parent 65b3531 commit 5652041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
number: 2
script:
# FIXME: Avoid 'ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]' error on osx builds
- export CFLAGS="$CFLAGS -Wno-implicit-function-declaration" # [osx and x86]
- export CFLAGS="$CFLAGS -Wno-implicit-function-declaration" # [osx]
- {{ PYTHON }} -m pip install . -vv
skip: true # [py<36]

Expand Down

0 comments on commit 5652041

Please sign in to comment.