aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/system_stl/ya.make
diff options
context:
space:
mode:
authordmfedin <dmfedin@yandex-team.ru>2022-02-10 16:47:58 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:58 +0300
commit707ef321bf057fe3d00103ed5b2c59bc1580f56c (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/cxxsupp/system_stl/ya.make
parent9291888eab6dbfbcb4b67bf400c2713f5a65a472 (diff)
downloadydb-707ef321bf057fe3d00103ed5b2c59bc1580f56c.tar.gz
Restoring authorship annotation for <dmfedin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp/system_stl/ya.make')
-rw-r--r--contrib/libs/cxxsupp/system_stl/ya.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libs/cxxsupp/system_stl/ya.make b/contrib/libs/cxxsupp/system_stl/ya.make
index 47066cf99c..75317898ac 100644
--- a/contrib/libs/cxxsupp/system_stl/ya.make
+++ b/contrib/libs/cxxsupp/system_stl/ya.make
@@ -14,15 +14,15 @@ NO_PLATFORM()
ADDINCL(GLOBAL contrib/libs/cxxsupp/system_stl/include)
-IF (OS_IOS OR OS_DARWIN)
+IF (OS_IOS OR OS_DARWIN)
LDFLAGS(-lc++)
-ELSEIF (OS_ANDROID)
- IF (STATIC_STL)
+ELSEIF (OS_ANDROID)
+ IF (STATIC_STL)
LDFLAGS(-l:libc++.a)
- ELSE()
+ ELSE()
LDFLAGS(-lc++)
ENDIF()
-ELSE()
+ELSE()
CFLAGS(GLOBAL -DLIBCXX_BUILDING_LIBGCC)
LDFLAGS(-lgcc_s)