From a4b814dd163fc653d305c2cbbc2eb4471ccdb34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Mon, 21 Jan 2019 15:45:34 +0100 Subject: =?UTF-8?q?[build]=20don't=20explicitly=20add=20-lstdc++=20for=20A?= =?UTF-8?q?ndroid=20=F0=9F=98=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/android/config.cmake | 2 -- 1 file changed, 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() -- cgit v1.2.1