1
0
Fork 0
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:
Alula 2021-10-14 09:31:30 +02:00
parent 68cf299e96
commit 4854d9e758
No known key found for this signature in database
GPG key ID: 3E00485503A1D8BA

View file

@ -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}")