From 4457f5ced9e4ac2454df4c719e7e8f3e1f55b39a Mon Sep 17 00:00:00 2001 From: Alexander Shalamov Date: Tue, 21 Apr 2020 21:03:48 +0300 Subject: Build default http stack if MBGL_PUBLIC_BUILD is set --- platform/android/android.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/android') diff --git a/platform/android/android.cmake b/platform/android/android.cmake index 6547496bce..625bf3a172 100644 --- a/platform/android/android.cmake +++ b/platform/android/android.cmake @@ -146,7 +146,7 @@ if(ANDROID_NATIVE_API_LEVEL VERSION_LESS 24) else() target_sources( mbgl-test-runner - PRIVATE ${PROJECT_SOURCE_DIR}/platform/default/src/mbgl/storage/http_file_source.cpp + PRIVATE $<$:${PROJECT_SOURCE_DIR}/platform/default/src/mbgl/storage/http_file_source.cpp> ) include(${PROJECT_SOURCE_DIR}/vendor/curl.cmake) -- cgit v1.2.1