From 05c0c8a128582bb1391c8e78f3e9269b9876e079 Mon Sep 17 00:00:00 2001 From: mikhnenko Date: Tue, 13 Jan 2026 09:51:48 +0300 Subject: Split cython for py3 and py2 commit_hash:be16297e622cad23f9548bedfb2710b51b967573 --- contrib/python/numpy/include/ya.make | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'contrib/python/numpy/include') 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() -- cgit v1.3