mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
don't link rt when oglrenderer disabled on apple
This commit is contained in:

committed by
Nadia Holmquist Pedersen

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()
|
||||||
|
Reference in New Issue
Block a user