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 | bcd1126cbd5d445cd0665d295198aa39c6ab8cbe (patch) | |
tree | d41d29a041d5733ef148335290dbb817b197d4cd /build/platform | |
parent | 986cb5d624f352524bfa0c42c9a7695235cdaa41 (diff) | |
download | ydb-bcd1126cbd5d445cd0665d295198aa39c6ab8cbe.tar.gz |
Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 1 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 1bcad54581..b64c400101 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 70b72f653c..263c632000 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 247e65f4c9..5296bb1ea4 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 7d74cb279b..25723c3a3f 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() |