We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c547b commit ffec7e7Copy full SHA for ffec7e7
boosthost/emulator/CMakeLists.txt
@@ -59,7 +59,7 @@ endif()
59
# Here it starts to differ wildly on Windows
60
if(NOT WIN32)
61
target_link_libraries(ozemulator pthread)
62
- if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
+ if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin|OpenBSD")
63
target_link_libraries(ozemulator rt)
64
endif()
65
0 commit comments