aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-06-13 20:01:22 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-06-13 20:01:22 +0300
commitf28b700a96d0e08b8e348ccb836df27b270795de (patch)
tree18ff4862461738dc97ed4bc9d375439e83576f99
parent7971a740bba1eec1f6de7eb057f2e7c8429b5af6 (diff)
downloadydb-f28b700a96d0e08b8e348ccb836df27b270795de.tar.gz
Intermediate changes
-rw-r--r--build/scripts/__pycache__/process_command_files.cpython-310.pycbin1215 -> 1215 bytes
-rw-r--r--build/scripts/__pycache__/process_whole_archive_option.cpython-310.pycbin5217 -> 5217 bytes
-rw-r--r--build/scripts/process_command_files.pycbin1845 -> 1845 bytes
-rw-r--r--build/scripts/process_whole_archive_option.pycbin6669 -> 6669 bytes
-rw-r--r--contrib/restricted/abseil-cpp-tstring/y_absl/time/ya.make2
-rw-r--r--contrib/restricted/abseil-cpp/absl/time/ya.make2
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
index 0bf9463679a..13648faf057 100644
--- a/build/scripts/__pycache__/process_command_files.cpython-310.pyc
+++ b/build/scripts/__pycache__/process_command_files.cpython-310.pyc
Binary files differ
diff --git a/build/scripts/__pycache__/process_whole_archive_option.cpython-310.pyc b/build/scripts/__pycache__/process_whole_archive_option.cpython-310.pyc
index 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
Binary files differ
diff --git a/build/scripts/process_command_files.pyc b/build/scripts/process_command_files.pyc
index df7cf265116..34486280c0d 100644
--- a/build/scripts/process_command_files.pyc
+++ b/build/scripts/process_command_files.pyc
Binary files differ
diff --git a/build/scripts/process_whole_archive_option.pyc b/build/scripts/process_whole_archive_option.pyc
index 68ac06eda33..5f3f70dc953 100644
--- a/build/scripts/process_whole_archive_option.pyc
+++ b/build/scripts/process_whole_archive_option.pyc
Binary files differ
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()