diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-10-18 18:47:21 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-10-18 20:00:10 +0300 |
commit | 250d01b5c840eecd68570f15f308b4a41e6061a7 (patch) | |
tree | 11dfbdab00d0ce7282be39e0e0caa50a2915010e /contrib/libs | |
parent | f478d51d98b2c8a87c65ea71694b91933ac3b7ff (diff) | |
download | ydb-250d01b5c840eecd68570f15f308b4a41e6061a7.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/cxxsupp/libcxxmsvc/ya.make | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/libs/cxxsupp/libcxxmsvc/ya.make b/contrib/libs/cxxsupp/libcxxmsvc/ya.make index 1ea8908c12..ec2b78caf6 100644 --- a/contrib/libs/cxxsupp/libcxxmsvc/ya.make +++ b/contrib/libs/cxxsupp/libcxxmsvc/ya.make @@ -100,9 +100,7 @@ IF (OS_LINUX) ENDIF() IF (CLANG) - CXXFLAGS( - GLOBAL -nostdinc++ - ) + CXXFLAGS(GLOBAL -nostdinc++) ENDIF() # The CXX_RT variable controls which C++ runtime is used. |