Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops, don't use -lrt on Android either.
  • Loading branch information
comex committed Dec 10, 2013
1 parent eaacf10 commit 101bded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/CMakeLists.txt
Expand Up @@ -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()

Expand Down

0 comments on commit 101bded

Please sign in to comment.