Skip to content

Commit ffec7e7

Browse files
committed
Removed librt linking for OpenBSD
1 parent d6c547b commit ffec7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boosthost/emulator/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ endif()
5959
# Here it starts to differ wildly on Windows
6060
if(NOT WIN32)
6161
target_link_libraries(ozemulator pthread)
62-
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
62+
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin|OpenBSD")
6363
target_link_libraries(ozemulator rt)
6464
endif()
6565

0 commit comments

Comments
 (0)