mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Setting ANDROID_ABI has no effect, the user should specify CMAKE_ANDROID_ARCH_ABI to select the ABI
This commit is contained in:
parent
e0f76af21f
commit
18dfcedbd9
@ -86,9 +86,6 @@ if(SFML_OS_ANDROID)
|
||||
|
||||
# we install libs in a subdirectory named after the ABI
|
||||
set(CMAKE_INSTALL_LIBDIR "${CMAKE_INSTALL_LIBDIR}/${CMAKE_ANDROID_ARCH_ABI}")
|
||||
|
||||
# let the user switch ABIs
|
||||
set(ANDROID_ABI "armeabi-v7a" CACHE STRING "Look at the NDK docs for currently supported ABIs")
|
||||
endif()
|
||||
|
||||
# Install directories
|
||||
|
Loading…
Reference in New Issue
Block a user