Skip to content

Commit

Permalink
Leave stdlib unspecified for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
dancazarin committed Sep 13, 2024
1 parent c21a26f commit 349e7a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,8 @@ if (WIN32)
add_definitions(-D_ENABLE_EXTENDED_ALIGNED_STORAGE)
endif ()

if (IOS)
set(STD_LIB)
else ()
set(STD_LIB)
if (NOT IOS AND NOT ANDROID)
set(STD_LIB stdc++)
endif ()

Expand Down

0 comments on commit 349e7a1

Please sign in to comment.