mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-22 05:33:02 +00:00
fix libstdc++ not being embedded in apk
This commit is contained in:
parent
68cf299e96
commit
4854d9e758
|
@ -14,9 +14,9 @@ cmake_minimum_required(VERSION 3.10)
|
|||
#
|
||||
# find_package(ndk-stl REQUIRED PATHS ".")
|
||||
|
||||
if(NOT ${ANDROID_STL} MATCHES "_shared")
|
||||
return()
|
||||
endif()
|
||||
#if(NOT ${ANDROID_STL} MATCHES "_shared")
|
||||
# return()
|
||||
#endif()
|
||||
|
||||
function(configure_shared_stl lib_path so_base)
|
||||
message("Configuring STL ${so_base} for ${ANDROID_ABI}")
|
||||
|
|
Loading…
Reference in a new issue