diff options
Diffstat (limited to 'contrib/python/numpy/include')
| -rw-r--r-- | contrib/python/numpy/include/ya.make | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/python/numpy/include/ya.make b/contrib/python/numpy/include/ya.make index 2c994eaa96b..78e03d10858 100644 --- a/contrib/python/numpy/include/ya.make +++ b/contrib/python/numpy/include/ya.make @@ -16,4 +16,10 @@ ADDINCL( GLOBAL FOR cython contrib/python/numpy/include/numpy/core/include/numpy ) +IF (PYTHON_TYPE_FOR_CYTHON == "PY3") + ADDINCL( + GLOBAL FOR cython contrib/python/numpy/py3 + ) +ENDIF() + END() |
