mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Fixed condition in build file
This commit is contained in:
parent
2c409e5145
commit
3f7486323a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user