[Android] Fixed compilation issue and enabled audio module for mips arches
This commit is contained in:
parent
bc46dfb8f5
commit
663dad18f2
3 changed files with 13 additions and 5 deletions
|
@ -48,6 +48,6 @@ endif()
|
|||
add_subdirectory(Window)
|
||||
add_subdirectory(Network)
|
||||
add_subdirectory(Graphics)
|
||||
if(NOT SFML_OS_IOS AND NOT (SFML_OS_ANDROID AND "${ANDROID_ABI}" MATCHES "mips"))
|
||||
if(NOT SFML_OS_IOS)
|
||||
add_subdirectory(Audio)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue