Tell cmake where python is

This commit is contained in:
Jai Flack 2021-08-02 19:01:22 +10:00
parent 8bcebec31f
commit 69aaf69851
No known key found for this signature in database
GPG Key ID: B0073AB365D0807D
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ built without KDE dependencies.
%endif
-DWITH_GSTREAMER_VERSION=%{gstversion} \
-DWITH_NO_MANCOMPRESS=ON \
-DPython3_EXECUTABLE=$(which python3) \
.
%cmake_build