mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-05 01:50:05 +00:00
link against DL for dlopen
This commit is contained in:
parent
240fff575d
commit
5f6cd6a42b
@ -21,6 +21,9 @@ ENDIF()
|
||||
|
||||
IF (NOT WIN32)
|
||||
LINK_LIBRARIES( pthread )
|
||||
IF (NOT APPLE)
|
||||
LINK_LIBRARIES(${DL})
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
||||
ADD_EXECUTABLE(Test_PhysicsClientServer
|
||||
|
Loading…
Reference in New Issue
Block a user