diff options
author | spreis <spreis@yandex-team.com> | 2024-04-10 18:29:49 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2024-04-10 18:43:23 +0300 |
commit | 872940489b0b1edf944e610b7bb9254bb319ed9a (patch) | |
tree | 72fd8550df801a4b612faaa1aa1c0c4f85877f6f /build | |
parent | b60b02be71d14b134c11afcd73120c388f6a4300 (diff) | |
download | ydb-872940489b0b1edf944e610b7bb9254bb319ed9a.tar.gz |
Revert commit rXXXXXX, Make PY23_NATIVE_LIBRARY ะก++ (as it is)
1307bba11fa1bba1999752e1ae68566988f617e8
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/python.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/conf/python.conf b/build/conf/python.conf index a6a1719565..2df0e3e47e 100644 --- a/build/conf/python.conf +++ b/build/conf/python.conf @@ -1037,7 +1037,7 @@ multimodule PY23_NATIVE_LIBRARY { .RESTRICTED=PY_SRCS USE_PYTHON2 USE_PYTHON3 PYTHON3_ADDINCL RUN_ANTLR4_PYTHON OBJ_SUF=.py2 PYTHON2_ADDINCL() - SET(MODULE_LANG CPP) + SET(MODULE_LANG PY2) } module PY3: LIBRARY { .RESTRICTED=PY_SRCS USE_PYTHON2 USE_PYTHON3 RUN_ANTLR4_PYTHON @@ -1045,7 +1045,7 @@ multimodule PY23_NATIVE_LIBRARY { .SEM=CPP_LIBRARY_SEM .GLOBAL_SEM=CPP_OBJ_LIBRARY_SEM PYTHON3_ADDINCL() - SET(MODULE_LANG CPP) + SET(MODULE_LANG PY3) when ($MSVC == "yes" || $CYGWIN == "yes") { MODULE_PREFIX=py3c } |