Skip to content

Commit 3a55438

Browse files
committed
ci: try to disable boost.context build for pypi
1 parent 8ad9bb6 commit 3a55438

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bindings/python/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ set(LIBREMIDI_FIND_BOOST 1)
99
set(LIBREMIDI_HEADER_ONLY 1)
1010
set(LIBREMIDI_NEEDS_READERWRITERQUEUE 1)
1111

12+
set(BOOST_EXCLUDE_LIBRARIES context coroutine)
13+
1214
add_subdirectory(../.. libremidi-src)
1315

1416
find_package(Python 3.10 COMPONENTS Interpreter Development.Module REQUIRED)

0 commit comments

Comments
 (0)