diff options
author | dldmitry <[email protected]> | 2022-02-10 16:47:18 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:18 +0300 |
commit | 7b11682e84e98d5d48de2807faa6fd392685ae7e (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /library/python/runtime_py3 | |
parent | 10129030876638368b8965c627671fe44be079bc (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 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 931eb93504f..f308a93b28e 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 ) |