Skip to content

Commit

Permalink
use static libc++ on android
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Oct 13, 2023
1 parent a426cbc commit abb7172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_OSX_ARCHITECTURES "x86_64")
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_ANDROID_STL_TYPE c++_static)

project(BetterInfo VERSION 1.0.0)

Expand Down

0 comments on commit abb7172

Please sign in to comment.