diff options
author | spreis <spreis@yandex-team.com> | 2024-04-10 07:27:21 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2024-04-10 07:42:52 +0300 |
commit | 7315e46140303b2c46734ecb21ce5a9bd8e2e1d5 (patch) | |
tree | dd72a150b7e7a5c0569b96f2b44b2f0a7c952ca5 /build/conf/python.conf | |
parent | 258f20d9a5d3556791dba211f871087f8a45b49e (diff) | |
download | ydb-7315e46140303b2c46734ecb21ce5a9bd8e2e1d5.tar.gz |
Make PY23_NATIVE_LIBRARY ะก++ (as it is)
d463ca4e38a8e80051374b7cfe8b017ad224b768
Diffstat (limited to 'build/conf/python.conf')
-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 2df0e3e47e..a6a1719565 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 PY2) + SET(MODULE_LANG CPP) } 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 PY3) + SET(MODULE_LANG CPP) when ($MSVC == "yes" || $CYGWIN == "yes") { MODULE_PREFIX=py3c } |