]> git.pld-linux.org Git - packages/libplist.git/commitdiff
explicitly pass proper cython path
authorJan Palus <atler@pld-linux.org>
Thu, 31 Mar 2022 20:16:27 +0000 (22:16 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 31 Mar 2022 20:21:47 +0000 (22:21 +0200)
libplist.spec

index 1b231b58281ccac388fd28e0534a412dcf87916b..fdac979cdf56c437f102a2014756e17305d253de 100644 (file)
@@ -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 \
This page took 0.105015 seconds and 4 git commands to generate.