aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/local_so
diff options
context:
space:
mode:
authorspreis <spreis@yandex-team.ru>2022-02-10 16:47:13 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:13 +0300
commitb49848d6e361b76904f094b7d5e10d6edea75afe (patch)
tree9814fbd1c3effac9b8377c5d604b367b14e2db55 /build/platform/local_so
parentbcd1126cbd5d445cd0665d295198aa39c6ab8cbe (diff)
downloadydb-b49848d6e361b76904f094b7d5e10d6edea75afe.tar.gz
Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/platform/local_so')
-rw-r--r--build/platform/local_so/readme.md6
-rw-r--r--build/platform/local_so/ya.make18
2 files changed, 12 insertions, 12 deletions
diff --git a/build/platform/local_so/readme.md b/build/platform/local_so/readme.md
index b64c400101..1bcad54581 100644
--- a/build/platform/local_so/readme.md
+++ b/build/platform/local_so/readme.md
@@ -1,3 +1,3 @@
-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.
+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.
diff --git a/build/platform/local_so/ya.make b/build/platform/local_so/ya.make
index 263c632000..70b72f653c 100644
--- a/build/platform/local_so/ya.make
+++ b/build/platform/local_so/ya.make
@@ -1,9 +1,9 @@
-RESOURCES_LIBRARY()
-
-OWNER(g:ymake)
-
-IF (NOT OS_WINDOWS)
- SET_APPEND(RPATH_GLOBAL '-Wl,-rpath,$ORIGIN')
-ENDIF()
-
-END()
+RESOURCES_LIBRARY()
+
+OWNER(g:ymake)
+
+IF (NOT OS_WINDOWS)
+ SET_APPEND(RPATH_GLOBAL '-Wl,-rpath,$ORIGIN')
+ENDIF()
+
+END()