Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[build] don't explicitly add -lstdc++ for Android 😱
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed Jan 21, 2019
1 parent a4c6d7a commit fe32058
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions platform/android/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ macro(mbgl_platform_core)
PUBLIC -ljnigraphics
PUBLIC -lEGL
PUBLIC -lGLESv2
PUBLIC -lstdc++
PUBLIC -latomic
PUBLIC -lz
)
Expand All @@ -65,7 +64,6 @@ macro(mbgl_filesource)
PUBLIC jni.hpp
PUBLIC -llog
PUBLIC -landroid
PUBLIC -lstdc++
PUBLIC -latomic
)
endmacro()
Expand Down

0 comments on commit fe32058

Please sign in to comment.