Fixed condition in build file

This commit is contained in:
Laurent Gomila 2013-10-03 23:28:07 +02:00 committed by Jonathan De Wachter
parent 2c409e5145
commit 3f7486323a

View File

@ -47,7 +47,7 @@ if(SFML_OS_WINDOWS OR SFML_OS_ANDROID OR SFML_OS_IOS)
endif()
add_subdirectory(Window)
add_subdirectory(Network)
add_subdirectory(Graphics)
if(NOT SFML_OS_IOS OR NOT (SFML_OS_ANDROID AND ${ANDROID_ABI} MATCHES "mips"))
add_subdirectory(Graphics)
if(NOT SFML_OS_IOS AND NOT (SFML_OS_ANDROID AND "${ANDROID_ABI}" MATCHES "mips"))
add_subdirectory(Audio)
endif()