diff options
author | monster <monster@ydb.tech> | 2022-07-07 14:41:37 +0300 |
---|---|---|
committer | monster <monster@ydb.tech> | 2022-07-07 14:41:37 +0300 |
commit | 06e5c21a835c0e923506c4ff27929f34e00761c2 (patch) | |
tree | 75efcbc6854ef9bd476eb8bf00cc5c900da436a2 /build/platform/local_so | |
parent | 03f024c4412e3aa613bb543cf1660176320ba8f4 (diff) | |
download | ydb-06e5c21a835c0e923506c4ff27929f34e00761c2.tar.gz |
fix ya.make
Diffstat (limited to 'build/platform/local_so')
-rw-r--r-- | build/platform/local_so/readme.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/platform/local_so/readme.md b/build/platform/local_so/readme.md deleted file mode 100644 index 1bcad54581..0000000000 --- a/build/platform/local_so/readme.md +++ /dev/null @@ -1,3 +0,0 @@ -This is supporting library for DYNAMIC_LIBRARY module. - -It sets LDFLAG that brings support of dynamic loading fron binary's directory on Linux, Darwin etc. On Windows this behavior is enabled by default. |