mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Oops, don't use -lrt on Android either.
This commit is contained in:
parent
eaacf10f71
commit
101bded6b3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ set(LIBS core
|
|||
sfml-network
|
||||
${GTK2_LIBRARIES})
|
||||
|
||||
if((NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin"))
|
||||
if((NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin") AND (NOT ANDROID))
|
||||
set(LIBS ${LIBS} rt)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue