From 0e82c8663fefa87654015e2e6aff9ac2a84dcfa2 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Tue, 18 Sep 2018 17:15:05 +0200 Subject: [PATCH] Try to fix build --- pybind11.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybind11.spec b/pybind11.spec index 7e0615e..b477b96 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -112,7 +112,7 @@ pys="$py python3" for py in $pys; do mkdir $py cd $py - %cmake .. -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=%{_bindir}/$py + %cmake .. -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=%{_bindir}/$py -DPYBIND11_INSTALL=TRUE -DUSE_PYTHON_INCLUDE_DIR=FALSE make %{?_smp_mflags} cd .. done