diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-06-13 20:01:22 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-06-13 20:01:22 +0300 |
commit | f28b700a96d0e08b8e348ccb836df27b270795de (patch) | |
tree | 18ff4862461738dc97ed4bc9d375439e83576f99 | |
parent | 7971a740bba1eec1f6de7eb057f2e7c8429b5af6 (diff) | |
download | ydb-f28b700a96d0e08b8e348ccb836df27b270795de.tar.gz |
Intermediate changes
-rw-r--r-- | build/scripts/__pycache__/process_command_files.cpython-310.pyc | bin | 1215 -> 1215 bytes | |||
-rw-r--r-- | build/scripts/__pycache__/process_whole_archive_option.cpython-310.pyc | bin | 5217 -> 5217 bytes | |||
-rw-r--r-- | build/scripts/process_command_files.pyc | bin | 1845 -> 1845 bytes | |||
-rw-r--r-- | build/scripts/process_whole_archive_option.pyc | bin | 6669 -> 6669 bytes | |||
-rw-r--r-- | contrib/restricted/abseil-cpp-tstring/y_absl/time/ya.make | 2 | ||||
-rw-r--r-- | contrib/restricted/abseil-cpp/absl/time/ya.make | 2 |
6 files changed, 2 insertions, 2 deletions
diff --git a/build/scripts/__pycache__/process_command_files.cpython-310.pyc b/build/scripts/__pycache__/process_command_files.cpython-310.pyc Binary files differindex 0bf9463679a..13648faf057 100644 --- a/build/scripts/__pycache__/process_command_files.cpython-310.pyc +++ b/build/scripts/__pycache__/process_command_files.cpython-310.pyc diff --git a/build/scripts/__pycache__/process_whole_archive_option.cpython-310.pyc b/build/scripts/__pycache__/process_whole_archive_option.cpython-310.pyc Binary files differindex d6c10ae2647..fd5e68b5568 100644 --- a/build/scripts/__pycache__/process_whole_archive_option.cpython-310.pyc +++ b/build/scripts/__pycache__/process_whole_archive_option.cpython-310.pyc diff --git a/build/scripts/process_command_files.pyc b/build/scripts/process_command_files.pyc Binary files differindex df7cf265116..34486280c0d 100644 --- a/build/scripts/process_command_files.pyc +++ b/build/scripts/process_command_files.pyc diff --git a/build/scripts/process_whole_archive_option.pyc b/build/scripts/process_whole_archive_option.pyc Binary files differindex 68ac06eda33..5f3f70dc953 100644 --- a/build/scripts/process_whole_archive_option.pyc +++ b/build/scripts/process_whole_archive_option.pyc diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/time/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/time/ya.make index 8bba1a4123d..6f692b22b55 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/time/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/time/ya.make @@ -19,7 +19,7 @@ ADDINCL( GLOBAL contrib/restricted/abseil-cpp-tstring ) -IF (OS_DARWIN) +IF (OS_DARWIN OR OS_IOS) EXTRALIBS("-framework CoreFoundation") ENDIF() diff --git a/contrib/restricted/abseil-cpp/absl/time/ya.make b/contrib/restricted/abseil-cpp/absl/time/ya.make index cf29ee64cb0..0e03979c066 100644 --- a/contrib/restricted/abseil-cpp/absl/time/ya.make +++ b/contrib/restricted/abseil-cpp/absl/time/ya.make @@ -19,7 +19,7 @@ ADDINCL( GLOBAL contrib/restricted/abseil-cpp ) -IF (OS_DARWIN) +IF (OS_DARWIN OR OS_IOS) EXTRALIBS("-framework CoreFoundation") ENDIF() |