diff options
author | akhropov <akhropov@yandex-team.com> | 2025-02-12 04:58:37 +0300 |
---|---|---|
committer | akhropov <akhropov@yandex-team.com> | 2025-02-12 05:12:28 +0300 |
commit | 42b03306a8798536579269ad3023388ee29d49cd (patch) | |
tree | 397c6866784af76983368367c6da269ead0434e8 | |
parent | cc4664720449db7446135708e624385b615df560 (diff) | |
download | ydb-42b03306a8798536579269ad3023388ee29d49cd.tar.gz |
Follow changes in link_lib.py.
commit_hash:76d537a5d33f37317f171a69548edd64b83626c5
-rw-r--r-- | build/export_generators/cmake/build/scripts/create_recursive_library_for_cmake.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/export_generators/cmake/build/scripts/create_recursive_library_for_cmake.py b/build/export_generators/cmake/build/scripts/create_recursive_library_for_cmake.py index 4eb8013a91..1118db89f4 100644 --- a/build/export_generators/cmake/build/scripts/create_recursive_library_for_cmake.py +++ b/build/export_generators/cmake/build/scripts/create_recursive_library_for_cmake.py @@ -145,6 +145,9 @@ class FilesCombiner(object): 'gnu', # llvm_ar_format, used only if arch_type == 'LLVM_AR' opts.parsed_args.project_binary_dir, 'None', # plugin. Unused for now + 'no-openssl3', # enable_openssl3. Unused for now + '--', # for plugins. Unused for now + '--', ] # the remaining archiving cmd args are [output, .. input .. ] |