diff options
author | ignat <ignat@yandex-team.ru> | 2022-02-10 16:48:20 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:20 +0300 |
commit | c8b279dd21ddcb47e755028d81281f113a0f4a11 (patch) | |
tree | 59384fcb7e8e0566cac1ed9738ab30f0b2559b58 /build/ymake.core.conf | |
parent | 2096e85a73bb6b3b20ae25a92943992717fe4167 (diff) | |
download | ydb-c8b279dd21ddcb47e755028d81281f113a0f4a11.tar.gz |
Restoring authorship annotation for <ignat@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 081833998b..c6def02d48 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -8819,26 +8819,26 @@ multimodule PY23_LIBRARY { ### ### @see [LIBRARY()](#module_LIBRARY), [PY2MODULE()](#module_PY2MODULE) multimodule PY23_NATIVE_LIBRARY { - module PY2: LIBRARY { + module PY2: LIBRARY { .RESTRICTED=PY_SRCS USE_PYTHON2 USE_PYTHON3 PYTHON3_ADDINCL - OBJ_SUF=.py2 + OBJ_SUF=.py2 PYTHON2_ADDINCL() SET(MODULE_LANG PY2) - } - module PY3: LIBRARY { + } + module PY3: LIBRARY { .RESTRICTED=PY_SRCS USE_PYTHON2 USE_PYTHON3 .ALIASES=PYTHON2_ADDINCL=PYTHON3_ADDINCL PYTHON3_ADDINCL() SET(MODULE_LANG PY3) - when ($MSVC == "yes" || $CYGWIN == "yes") { - MODULE_PREFIX=py3c - } - otherwise { - MODULE_PREFIX=libpy3c - } - OBJ_SUF=.py3 - } -} + when ($MSVC == "yes" || $CYGWIN == "yes") { + MODULE_PREFIX=py3c + } + otherwise { + MODULE_PREFIX=libpy3c + } + OBJ_SUF=.py3 + } +} IBTOOL_PATH=$XCODE_TOOLS_ROOT_RESOURCE_GLOBAL/Xcode/Contents/Developer/usr/bin/ibtool # tag:src-processing |