Oops, don't use -lrt on Android either.

This commit is contained in:
comex 2013-12-10 16:35:44 -05:00
parent eaacf10f71
commit 101bded6b3
1 changed files with 1 additions and 1 deletions

View File

@ -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()