diff options
author | dmfedin <dmfedin@yandex-team.ru> | 2022-02-10 16:47:58 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:58 +0300 |
commit | 9291888eab6dbfbcb4b67bf400c2713f5a65a472 (patch) | |
tree | dbb385a54e02efd8677b7213ce9f66d4f199d932 /contrib/libs/cxxsupp/system_stl/ya.make | |
parent | 84df690852777a25dce952fd28843ab49992eff3 (diff) | |
download | ydb-9291888eab6dbfbcb4b67bf400c2713f5a65a472.tar.gz |
Restoring authorship annotation for <dmfedin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp/system_stl/ya.make')
-rw-r--r-- | contrib/libs/cxxsupp/system_stl/ya.make | 10 |
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 75317898ac..47066cf99c 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) |