Skip to content

Commit

Permalink
makefile: specify PYTHON at build stage too
Browse files Browse the repository at this point in the history
Not only at 'make install'. This is important for CentOS build, where
python3 binary is versioned like python3.8.
  • Loading branch information
marmarek committed Apr 30, 2020
1 parent 20505a8 commit 1e583b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm_spec/qubes-utils.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Libraries for qubes-utils
%setup -q

%build
make all BACKEND_VMM=@BACKEND_VMM@
make all BACKEND_VMM=@BACKEND_VMM@ PYTHON=%{__python3}

%install
make install DESTDIR=%{buildroot} PYTHON=%{__python3}
Expand Down

0 comments on commit 1e583b9

Please sign in to comment.