Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinsos committed Sep 4, 2024
1 parent 2076950 commit ffead2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ jobs:
- name: Build wheels
run: |
uname -m
python3 -c "import platform; print(platform.platform())"
if [ ${{ matrix.os }} == "macos-14" ]; then
export CIBW_ARCHS_MACOS="arm64 universal2"
fi
Expand Down
1 change: 1 addition & 0 deletions bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
include_dirs=["edlib/include"],
depends=["edlib/include/edlib.h"],
language="c++",
compiler_directives={'language_level': '3'},
extra_compile_args=["-O3", "-std=c++11"])],
cmdclass = cmdclass
)

0 comments on commit ffead2f

Please sign in to comment.