8000 add `pybind11` to `ci/constants.py` in BROKEN_RECIPES_PYTHON3 · hugfro/python-for-android@d2be9e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2be9e1

Browse files
committed
add pybind11 to ci/constants.py in BROKEN_RECIPES_PYTHON3
1 parent 1efdad3 commit d2be9e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ class TargetPython(Enum):
3939
'boost',
4040
# libtorrent gives errors (requires boost. Also, see issue #2809, to start with)
4141
'libtorrent',
42-
42+
# pybind11 build fails on macos
43+
'pybind11',
4344
])
4445

4546
BROKEN_RECIPES = {

0 commit comments

Comments
 (0)
0