diff options
| author | nechda <[email protected]> | 2025-10-27 06:15:22 +0300 |
|---|---|---|
| committer | nechda <[email protected]> | 2025-10-27 06:36:23 +0300 |
| commit | 1cc1949fce6bac095f95946fd1cf2213fc963f3e (patch) | |
| tree | c7ef24cabbc15881e579cbf5574d1560ac54dc95 /library/python/runtime | |
| parent | 88ac9db1abee2513919ed0fba55b1c71c459fc29 (diff) | |
Migrate compile_cuda to py3 & use py2cc tools instead of script
commit_hash:3dfdf668eac73d56b978a7204a9de9976b59d763
Diffstat (limited to 'library/python/runtime')
| -rw-r--r-- | library/python/runtime/ya.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/python/runtime/ya.make b/library/python/runtime/ya.make index 30147d241d3..3e110ed6162 100644 --- a/library/python/runtime/ya.make +++ b/library/python/runtime/ya.make @@ -11,6 +11,8 @@ CFLAGS(-DCYTHON_REGISTER_ABCS=0) NO_PYTHON_INCLUDES() +ENABLE(USE_LIGHT_PY2CC) + PY_SRCS( entry_points.py TOP_LEVEL |
