From 581fecdd9ca79822e34e755ecf704fdf7ec857cb Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Thu, 31 Mar 2022 22:16:27 +0200 Subject: [PATCH] explicitly pass proper cython path --- libplist.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libplist.spec b/libplist.spec index 1b231b5..fdac979 100644 --- a/libplist.spec +++ b/libplist.spec @@ -160,6 +160,7 @@ touch cython/*.py[xh] install -d build cd build ../%configure \ + ac_cv_path_CYTHON=/usr/bin/cython \ --disable-silent-rules \ %{!?with_static_libs:--disable-static} \ %{!?with_cython:--without-cython} @@ -175,6 +176,7 @@ install -d build-py3 cd build-py3 ../%configure \ PYTHON=%{__python3} \ + ac_cv_path_CYTHON=/usr/bin/cython3 \ --disable-silent-rules %{__make} -C cython \ -- 2.44.0