don't link rt when oglrenderer disabled on apple
This commit is contained in:
parent
3d24057155
commit
c4cd9da674
|
@ -130,6 +130,8 @@ if (ENABLE_OGLRENDERER)
|
||||||
else()
|
else()
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
target_link_libraries(core ole32 comctl32 ws2_32)
|
target_link_libraries(core ole32 comctl32 ws2_32)
|
||||||
|
elseif (APPLE)
|
||||||
|
target_link_libraries(core)
|
||||||
else()
|
else()
|
||||||
target_link_libraries(core rt)
|
target_link_libraries(core rt)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue