diff options
author | shadchin <shadchin@yandex-team.ru> | 2022-02-10 16:44:39 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:39 +0300 |
commit | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (patch) | |
tree | 64175d5cadab313b3e7039ebaa06c5bc3295e274 /build/platform.md | |
parent | 2598ef1d0aee359b4b6d5fdd1758916d5907d04f (diff) | |
download | ydb-e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0.tar.gz |
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/platform.md')
-rw-r--r-- | build/platform.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build/platform.md b/build/platform.md index b984537172..deb8acfb09 100644 --- a/build/platform.md +++ b/build/platform.md @@ -5,19 +5,19 @@ Clang 9.0.8, Android NDK r21b. API 16 for the 32-bit platforms, API 21 for 64-bit. * `darwin` * `x86_64` - Clang 12.0.0, macOS SDK 10.13 - * `arm64` - Clang 12.0.0, macOS SDK ??? + Clang 12.0.0, macOS SDK 10.13 + * `arm64` + Clang 12.0.0, macOS SDK ??? * `ios` * `i386`, `x86_64`, `armv7`, `arm64` - Clang 12.0.0, iOS SDK and iOS Simulator SDK 11.1 + Clang 12.0.0, iOS SDK and iOS Simulator SDK 11.1 * `linux` * `x86_64` - Clang 12.0.0, Ubuntu Linux 14.04 x86-64 SDK + Clang 12.0.0, Ubuntu Linux 14.04 x86-64 SDK * `aarch64` - Clang 12.0.0, Ubuntu Linux 16.04 aarch64 SDK + Clang 12.0.0, Ubuntu Linux 16.04 aarch64 SDK * `ppc64le` - Clang 12.0.0, Ubuntu Linux 14.04 ppc64le SDK + Clang 12.0.0, Ubuntu Linux 14.04 ppc64le SDK * `win` * `i686`, `x86_64` Microsoft Visual C++ 2017 14.16.27023, Windows Kits 10.0.16299.0 |