aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake_conf.py
diff options
context:
space:
mode:
authorpg <pg@yandex-team.com>2023-12-15 17:40:21 +0300
committerpg <pg@yandex-team.com>2023-12-15 21:31:04 +0300
commitd10591e58abc60d4b0f66d6a830149a15a7cf6ea (patch)
tree67b3e489d0f0e3e1d0e0236bc6576ee36414164d /build/ymake_conf.py
parent108fd19191ef0258652e298d0dd047ee9c67dfb5 (diff)
downloadydb-d10591e58abc60d4b0f66d6a830149a15a7cf6ea.tar.gz
Diffstat (limited to 'build/ymake_conf.py')
-rwxr-xr-xbuild/ymake_conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py
index 26cd1a29c4..cb0de0e7d7 100755
--- a/build/ymake_conf.py
+++ b/build/ymake_conf.py
@@ -1987,6 +1987,9 @@ class MSVCCompiler(MSVC, Compiler):
cxx_warnings = []
if self.tc.use_clang:
+ if self.tc.from_arcadia:
+ flags += ['-imsvc{}/share/include'.format(self.tc.name_marker)]
+
flags += [
# Allow <windows.h> to be included via <Windows.h> in case-sensitive file-systems.
'-fcase-insensitive-paths',