aboutsummaryrefslogtreecommitdiffstats
path: root/build/conf/python.conf
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.com>2023-11-17 07:16:30 +0300
committersnermolaev <snermolaev@yandex-team.com>2023-11-17 07:55:33 +0300
commitf6447835388118e68cfb7f82256a3085c7884d4b (patch)
tree0c6eb9bb44925c344a1fc062209f0de90c873663 /build/conf/python.conf
parentc8e964ecf0575a0fbf004249fd2ad79fe8b8f98d (diff)
downloadydb-f6447835388118e68cfb7f82256a3085c7884d4b.tar.gz
_ARCADIA_PYTHON3_ADDINCL should keep MODULE_LANG
Diffstat (limited to 'build/conf/python.conf')
-rw-r--r--build/conf/python.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/conf/python.conf b/build/conf/python.conf
index 6aac1e9e8c..f2eb3bfdf9 100644
--- a/build/conf/python.conf
+++ b/build/conf/python.conf
@@ -772,7 +772,6 @@ macro PYTHON3_ADDINCL() {
macro _ARCADIA_PYTHON3_ADDINCL() {
_PYTHON3_ADDINCL()
SET(MODULE_TAG PY3)
- SET(MODULE_LANG PY3)
SET(PEERDIR_TAGS PY3 PY3_BIN_LIB PY3TEST_LIBRARY PY3_NATIVE PY3_PROTO PY3_FBS YQL_UDF_STATIC __EMPTY__ DLL_LIB)
}