diff options
| author | robot-piglet <[email protected]> | 2023-06-13 20:01:22 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2023-06-13 20:01:22 +0300 |
| commit | f28b700a96d0e08b8e348ccb836df27b270795de (patch) | |
| tree | 18ff4862461738dc97ed4bc9d375439e83576f99 /contrib | |
| parent | 7971a740bba1eec1f6de7eb057f2e7c8429b5af6 (diff) | |
Intermediate changes
Diffstat (limited to 'contrib')
| -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 |
2 files changed, 2 insertions, 2 deletions
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() |
