mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Oops, don't use -lrt on Android either.
This commit is contained in:
parent
eaacf10f71
commit
101bded6b3
@ -13,7 +13,7 @@ set(LIBS core
|
|||||||
sfml-network
|
sfml-network
|
||||||
${GTK2_LIBRARIES})
|
${GTK2_LIBRARIES})
|
||||||
|
|
||||||
if((NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin"))
|
if((NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin") AND (NOT ANDROID))
|
||||||
set(LIBS ${LIBS} rt)
|
set(LIBS ${LIBS} rt)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user