diff options
author | pg <pg@yandex-team.com> | 2023-12-15 17:40:21 +0300 |
---|---|---|
committer | pg <pg@yandex-team.com> | 2023-12-15 21:31:04 +0300 |
commit | d10591e58abc60d4b0f66d6a830149a15a7cf6ea (patch) | |
tree | 67b3e489d0f0e3e1d0e0236bc6576ee36414164d /build/ymake_conf.py | |
parent | 108fd19191ef0258652e298d0dd047ee9c67dfb5 (diff) | |
download | ydb-d10591e58abc60d4b0f66d6a830149a15a7cf6ea.tar.gz |
Diffstat (limited to 'build/ymake_conf.py')
-rwxr-xr-x | build/ymake_conf.py | 3 |
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', |