We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b1c57 commit 1b6680cCopy full SHA for 1b6680c
make-srpm.sh
@@ -159,7 +159,9 @@ make %{?_smp_mflags} VERBOSE=yes
159
%if %{with python3}
160
mkdir ../csdiff_build_py3
161
cd ../csdiff_build_py3
162
-%cmake .. -DPYTHON_EXECUTABLE=%{__python3} -DBOOST_PYTHON_LIB_NAME=boost_python3
+%cmake .. \\
163
+ -DPYTHON_EXECUTABLE=%{__python3} \\
164
+ -DBOOST_PYTHON_LIB_NAME=boost_python%{python3_version_nodots}
165
make %{?_smp_mflags} VERBOSE=yes pycsdiff
166
%endif
167
0 commit comments