From 529c8de61ca91101d58aabc3e92ca3cd2fb685d7 Mon Sep 17 00:00:00 2001 From: shadchin Date: Tue, 6 Jan 2026 06:43:34 +0300 Subject: Revert commit 71bcb97f83341485fc750081e39962f617df3bd6, Fix `USE_PYTHON3_PREV` commit_hash:281666e0f5dfbc918fcd50e9d9e7b7125cfea6cd --- library/python/runtime_py3/stage0pycc/ya.make | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'library/python') diff --git a/library/python/runtime_py3/stage0pycc/ya.make b/library/python/runtime_py3/stage0pycc/ya.make index d7cfd4c47e7..312a0fe8adf 100644 --- a/library/python/runtime_py3/stage0pycc/ya.make +++ b/library/python/runtime_py3/stage0pycc/ya.make @@ -1,19 +1,15 @@ PROGRAM() +PYTHON3_ADDINCL() + IF (USE_PYTHON3_PREV) PEERDIR( contrib/tools/python3_prev ) - ADDINCL( - contrib/tools/python3_prev/Include - ) ELSE() PEERDIR( contrib/tools/python3 ) - ADDINCL( - contrib/tools/python3/Include - ) ENDIF() SRCS(main.cpp) -- cgit v1.3