diff options
| author | shadchin <[email protected]> | 2026-01-06 06:43:34 +0300 |
|---|---|---|
| committer | shadchin <[email protected]> | 2026-01-06 07:01:41 +0300 |
| commit | 529c8de61ca91101d58aabc3e92ca3cd2fb685d7 (patch) | |
| tree | 7cb3b1db42a594cec65c669f5837ad5a4b36437f /library/python/runtime_py3 | |
| parent | 91148a220fd0ce6c0a05c8cbfc8964f9c0252d6f (diff) | |
Revert commit 71bcb97f83341485fc750081e39962f617df3bd6, Fix `USE_PYTHON3_PREV`
commit_hash:281666e0f5dfbc918fcd50e9d9e7b7125cfea6cd
Diffstat (limited to 'library/python/runtime_py3')
| -rw-r--r-- | library/python/runtime_py3/stage0pycc/ya.make | 8 |
1 files changed, 2 insertions, 6 deletions
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) |
