diff options
author | dldmitry <[email protected]> | 2022-02-10 16:47:17 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:17 +0300 |
commit | 10129030876638368b8965c627671fe44be079bc (patch) | |
tree | 681c849a324535feff6f07677873c9ffc4c51520 /library/python/runtime_py3 | |
parent | 5c1eb9f48fd0ac41fd72519a8284ded6f0358f6f (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/python/runtime_py3')
-rw-r--r-- | library/python/runtime_py3/main/ya.make | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/python/runtime_py3/main/ya.make b/library/python/runtime_py3/main/ya.make index f308a93b28e..931eb93504f 100644 --- a/library/python/runtime_py3/main/ya.make +++ b/library/python/runtime_py3/main/ya.make @@ -5,15 +5,15 @@ OWNER( orivej ) -PEERDIR( +PEERDIR( contrib/tools/python3/src library/cpp/resource -) +) ADDINCL( contrib/tools/python3/src/Include ) - + CFLAGS( -DPy_BUILD_CORE ) |