diff options
Diffstat (limited to 'library/python/runtime_py3')
-rw-r--r-- | library/python/runtime_py3/ya.make | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/library/python/runtime_py3/ya.make b/library/python/runtime_py3/ya.make index d49e90b8e0..fa5c11341a 100644 --- a/library/python/runtime_py3/ya.make +++ b/library/python/runtime_py3/ya.make @@ -31,16 +31,16 @@ PY_SRCS( sitecustomize.pyx ) -IF (CYTHON_COVERAGE) - # Let covarage support add all needed files to resources -ELSE() - RESOURCE_FILES( - PREFIX ${MODDIR}/ - __res.pyx - importer.pxi - sitecustomize.pyx - ) -ENDIF() +IF (CYTHON_COVERAGE) + # Let covarage support add all needed files to resources +ELSE() + RESOURCE_FILES( + PREFIX ${MODDIR}/ + __res.pyx + importer.pxi + sitecustomize.pyx + ) +ENDIF() END() |