Skip to content

Commit 5f7ba84

Browse files
committed
Disable brokerless P2P when on Windows platform
1 parent 3aadcd0 commit 5f7ba84

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ if(UCLIENT_PROFILE_DISCOVERY)
206206
endif()
207207
endif()
208208

209+
if(UCLIENT_PROFILE_BROKERLESS AND UCLIENT_PLATFORM_WINDOWS)
210+
set(UCLIENT_PROFILE_BROKERLESS OFF)
211+
endif()
212+
209213
# Other sources
210214
set(SRCS
211215
src/c/core/session/stream/input_best_effort_stream.c

0 commit comments

Comments
 (0)