aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/system_stl/ya.make
diff options
context:
space:
mode:
authortrivias <trivias@yandex-team.ru>2022-02-10 16:46:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:12 +0300
commit11ab7328455192b9cdb4bbb79f8615bf356182ca (patch)
treee0efa000afff888a01a2c43e28784c44829472a5 /contrib/libs/cxxsupp/system_stl/ya.make
parent6d9304bc5310ea888178fc8640d175001436d29d (diff)
downloadydb-11ab7328455192b9cdb4bbb79f8615bf356182ca.tar.gz
Restoring authorship annotation for <trivias@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.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/cxxsupp/system_stl/ya.make b/contrib/libs/cxxsupp/system_stl/ya.make
index 75317898ac..b032d2fa04 100644
--- a/contrib/libs/cxxsupp/system_stl/ya.make
+++ b/contrib/libs/cxxsupp/system_stl/ya.make
@@ -29,11 +29,11 @@ ELSE()
# libatomic.a is needed in order to make atomic operations work
LDFLAGS(-l:libatomic.a)
- IF (STATIC_STL)
+ IF (STATIC_STL)
LDFLAGS(-l:libstdc++.a)
- ELSE()
+ ELSE()
LDFLAGS(-lstdc++)
- ENDIF()
+ ENDIF()
ENDIF()
END()