diff options
author | akhropov <akhropov@yandex-team.com> | 2025-02-12 13:22:35 +0300 |
---|---|---|
committer | akhropov <akhropov@yandex-team.com> | 2025-02-12 13:50:30 +0300 |
commit | edeef2584c0fc734d50dd674293597f3d4314875 (patch) | |
tree | 2a51cff4b91087526155e2a263c11ebe414c9d6c | |
parent | 4212b0c0eb8a415a764c8400bd71ab71b5484ea6 (diff) | |
download | ydb-edeef2584c0fc734d50dd674293597f3d4314875.tar.gz |
Follow changes in link_lib.py again.
commit_hash:74b58e8e783cfaaae2fa9ecc4955a242cb9100f4
-rw-r--r-- | build/export_generators/cmake/build/scripts/create_recursive_library_for_cmake.py | 1 |
1 files changed, 0 insertions, 1 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 1118db89f4..001faecaa3 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,7 +145,6 @@ 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 '--', ] |