diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-10-20 17:54:02 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-10-20 19:16:38 +0300 |
commit | 91bd1340c270c176737da8ce6d331d66ed054c2d (patch) | |
tree | 60f910596029bb8830fd92c86a7a396cd7365c94 /build/ya.conf.json | |
parent | 1ddebddc8af7f6c5c3c0a6d6eb67f5fbf87fb7e9 (diff) | |
download | ydb-91bd1340c270c176737da8ce6d331d66ed054c2d.tar.gz |
Introduce msvc-win-x86_64 toolchain alias
Diffstat (limited to 'build/ya.conf.json')
-rw-r--r-- | build/ya.conf.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 0b8b28b91f..8d7a542607 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -928,7 +928,8 @@ "toolchain_aliases": { "clang-win-i686": "clang14-win-i686", "clang-win-x86_64": "clang14-win-x86_64", - "gcc-linux-x86_64": "gcc82-linux-x86_64" + "gcc-linux-x86_64": "gcc82-linux-x86_64", + "msvc-win-x86_64": "msvc2019-win-x86_64" }, "tools": { "gdb": { |