Skip to content

Commit

Permalink
Disable bitcode support
Browse files Browse the repository at this point in the history
  • Loading branch information
yeatse committed Jan 2, 2023
1 parent 07aff73 commit 7e4314b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
working-directory: opencv
run: |
pip3 install pathlib
python3 platforms/apple/build_xcframework.py -o build
python3 platforms/apple/build_xcframework.py --disable-bitcode -o build
- name: Zip artifact
working-directory: opencv
Expand Down

0 comments on commit 7e4314b

Please sign in to comment.