Skip to content

Commit

Permalink
Add python3/pycc .pyc compiler. DEVTOOLS-5301
Browse files Browse the repository at this point in the history
ref:840a6dc4fceeefc65b6d75fd1db4dc53b907dcf9
  • Loading branch information
orivej committed Mar 28, 2019
1 parent ec8e56b commit 443c724
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions library/python/runtime_py3/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ PY3_LIBRARY()
NO_WSHADOW()

PEERDIR(
contrib/tools/python3/src
contrib/tools/python3/lib/py
library/resource
)

CFLAGS(-DCYTHON_REGISTER_ABCS=0)

NO_PYTHON_INCLUDES()

ENABLE(PYBUILD_NO_PYC)

PY_SRCS(
entry_points.py
TOP_LEVEL
Expand Down

0 comments on commit 443c724

Please sign in to comment.