diff options
author | spreis <spreis@yandex-team.ru> | 2022-02-10 16:47:13 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:13 +0300 |
commit | b49848d6e361b76904f094b7d5e10d6edea75afe (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /build/platform | |
parent | bcd1126cbd5d445cd0665d295198aa39c6ab8cbe (diff) | |
download | ydb-b49848d6e361b76904f094b7d5e10d6edea75afe.tar.gz |
Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/platform')
-rw-r--r-- | build/platform/local_so/readme.md | 6 | ||||
-rw-r--r-- | build/platform/local_so/ya.make | 18 | ||||
-rw-r--r-- | build/platform/python/ya.make | 6 | ||||
-rw-r--r-- | build/platform/wine/ya.make | 2 |
4 files changed, 16 insertions, 16 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() diff --git a/build/platform/python/ya.make b/build/platform/python/ya.make index 5296bb1ea4..247e65f4c9 100644 --- a/build/platform/python/ya.make +++ b/build/platform/python/ya.make @@ -116,7 +116,7 @@ IF (USE_SYSTEM_PYTHON) ENABLE(PYTHON_NOT_FOUND) ENDIF() CFLAGS(GLOBAL "/I$EXTERNAL_PYTHON_RESOURCE_GLOBAL/python/include") - LDFLAGS("/LIBPATH:$EXTERNAL_PYTHON_RESOURCE_GLOBAL/python/libs") + LDFLAGS("/LIBPATH:$EXTERNAL_PYTHON_RESOURCE_GLOBAL/python/libs") ENDIF() IF (PYTHON_NOT_FOUND) @@ -124,9 +124,9 @@ IF (USE_SYSTEM_PYTHON) ENDIF() ELSEIF (NOT USE_ARCADIA_PYTHON) CFLAGS(GLOBAL $PYTHON_FLAGS) - IF (OS_WINDOWS) + IF (OS_WINDOWS) LDFLAGS($PYTHON_LDFLAGS $PYTHON_LIBRARIES) - ENDIF() + ENDIF() ENDIF() END() diff --git a/build/platform/wine/ya.make b/build/platform/wine/ya.make index 25723c3a3f..7d74cb279b 100644 --- a/build/platform/wine/ya.make +++ b/build/platform/wine/ya.make @@ -6,5 +6,5 @@ OWNER(neksard) DECLARE_EXTERNAL_RESOURCE(WINE_TOOL sbr:1093314933) DECLARE_EXTERNAL_RESOURCE(WINE32_TOOL sbr:2264052281) -SET(NEED_PLATFORM_PEERDIRS no) +SET(NEED_PLATFORM_PEERDIRS no) END() |