mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 04:24:37 +03:00
[Bug] NetBSD build needs librt (#305)
This commit is contained in:
@@ -232,7 +232,7 @@ if (NOT WIN32)
|
||||
list(APPEND ASMJIT_DEPS pthread)
|
||||
endif()
|
||||
|
||||
if ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
|
||||
if ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux" OR "${CMAKE_SYSTEM_NAME}" MATCHES "NetBSD")
|
||||
list(APPEND ASMJIT_DEPS rt)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user