From 9d6666c52171b827ee7473190143772cf84d6dae Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Wed, 5 Aug 2020 13:25:06 +0200 Subject: [PATCH] Fix typo --- pybind11.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/pybind11.spec b/pybind11.spec index 24011e8..0d69eee 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -121,7 +121,6 @@ for py in $pys; do mkdir $py %cmake -B $py -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=%{_bindir}/$py -DPYBIND11_INSTALL=TRUE -DUSE_PYTHON_INCLUDE_DIR=FALSE %{!?with_tests:-DPYBIND11_TEST=OFF} %make_build -C $py - cd .. done %if %{python2_enabled}