summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-01-21 15:45:34 +0100
committerKonstantin Käfer <mail@kkaefer.com>2019-01-21 17:00:31 +0100
commita4b814dd163fc653d305c2cbbc2eb4471ccdb34a (patch)
tree1f5a04afb088ebc22779a14eaa3242352b03e56a
parent98cc7c6c5f7c9e4d3e959c92520cadf8264ed19f (diff)
downloadqtlocation-mapboxgl-a4b814dd163fc653d305c2cbbc2eb4471ccdb34a.tar.gz
[build] don't explicitly add -lstdc++ for Android 😱
-rw-r--r--platform/android/config.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/android/config.cmake b/platform/android/config.cmake
index 50f1449a9e..dd75bb3b5b 100644
--- a/platform/android/config.cmake
+++ b/platform/android/config.cmake
@@ -49,7 +49,6 @@ macro(mbgl_platform_core)
PUBLIC -ljnigraphics
PUBLIC -lEGL
PUBLIC -lGLESv2
- PUBLIC -lstdc++
PUBLIC -latomic
PUBLIC -lz
)
@@ -65,7 +64,6 @@ macro(mbgl_filesource)
PUBLIC jni.hpp
PUBLIC -llog
PUBLIC -landroid
- PUBLIC -lstdc++
PUBLIC -latomic
)
endmacro()