From 47fe8e96cd91468e4742e6bea78dcb41701a12a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Horv=C3=A1t?= Date: Thu, 15 Sep 2022 23:10:20 +0200 Subject: [PATCH] igraph: remove remaining references to Python --- mingw-w64-igraph/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-igraph/PKGBUILD b/mingw-w64-igraph/PKGBUILD index dbf66c09bc..98d47edbe6 100644 --- a/mingw-w64-igraph/PKGBUILD +++ b/mingw-w64-igraph/PKGBUILD @@ -48,8 +48,7 @@ build() { -DIGRAPH_ENABLE_TLS=1 \ -DIGRAPH_GLPK_SUPPORT=1 \ -DIGRAPH_GRAPHML_SUPPORT=1 \ - -DIGRAPH_WARNINGS_AS_ERRORS=OFF \ - -DPython3_EXECUTABLE=${MINGW_PREFIX}/bin/python.exe + -DIGRAPH_WARNINGS_AS_ERRORS=OFF cmake --build . || cmake --verbose --build . done