Try to fix build
This commit is contained in:
parent
2f09cf5595
commit
0e82c8663f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user