diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-06-28 13:25:46 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-06-28 13:25:46 +0300 |
commit | bc1aaa964129ad4fba9f8ccac0bb9fc8619d8714 (patch) | |
tree | 880314dd2a4a9ffd28a655cc0cde0225f8218be2 | |
parent | e8666c117b945b60f708bab1fa89f4e5e946c80c (diff) | |
download | ydb-bc1aaa964129ad4fba9f8ccac0bb9fc8619d8714.tar.gz |
Split mapsmobi sysincl into properly named files
-rw-r--r-- | build/conf/project_specific/maps/mapkit.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/conf/project_specific/maps/mapkit.conf b/build/conf/project_specific/maps/mapkit.conf index 53455b2428..8fdb763a5a 100644 --- a/build/conf/project_specific/maps/mapkit.conf +++ b/build/conf/project_specific/maps/mapkit.conf @@ -251,7 +251,8 @@ when ($MAPSMOBI_BUILD_TARGET) { PROTOBUF_LITE=yes CPP_PROTO_PLUGINS=lite${pre=,:MAPSMOBI_CPP_PROTO_PLUGINS}: when ($OPENSOURCE != "yes") { - SYSINCL+=build/yandex_specific/sysincl/mapsmobi.yml + SYSINCL+=build/yandex_specific/sysincl/qt.yml + SYSINCL+=build/yandex_specific/sysincl/yx-account-manager.yml } CFLAGS+=-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DBOOST_CB_DISABLE_DEBUG -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DYANDEX_EXPORT=${YANDEX_EXPORT} |