mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-18 13:04:36 +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)
|
list(APPEND ASMJIT_DEPS pthread)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
|
if ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux" OR "${CMAKE_SYSTEM_NAME}" MATCHES "NetBSD")
|
||||||
list(APPEND ASMJIT_DEPS rt)
|
list(APPEND ASMJIT_DEPS rt)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user