mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Changed: Added -ldl for NELMISC
This commit is contained in:
parent
7df208289c
commit
46a95a0c88
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ IF(WIN32)
|
|||
ENDIF(WIN32)
|
||||
|
||||
IF(UNIX)
|
||||
TARGET_LINK_LIBRARIES(nelmisc -lc)
|
||||
TARGET_LINK_LIBRARIES(nelmisc -lc -ldl)
|
||||
IF(NOT APPLE)
|
||||
TARGET_LINK_LIBRARIES(nelmisc -lrt)
|
||||
ENDIF(NOT APPLE)
|
||||
|
|
Loading…
Reference in a new issue