diff options
| author | shadchin <[email protected]> | 2026-01-04 18:18:18 +0300 |
|---|---|---|
| committer | shadchin <[email protected]> | 2026-01-04 18:40:09 +0300 |
| commit | 4f1731d8925204caee1845ee7790e9cac534f2ec (patch) | |
| tree | 90916ae6a480b6f9d72e95af99502dc39d890472 /library/python | |
| parent | b68e1820b60fb1da80c7b1919da1ae00f5b0039d (diff) | |
Fix `USE_PYTHON3_PREV`
commit_hash:71bcb97f83341485fc750081e39962f617df3bd6
Diffstat (limited to 'library/python')
| -rw-r--r-- | library/python/runtime_py3/stage0pycc/ya.make | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/library/python/runtime_py3/stage0pycc/ya.make b/library/python/runtime_py3/stage0pycc/ya.make index 312a0fe8adf..d7cfd4c47e7 100644 --- a/library/python/runtime_py3/stage0pycc/ya.make +++ b/library/python/runtime_py3/stage0pycc/ya.make @@ -1,15 +1,19 @@ 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) |
