diff options
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) |
