correction if if statement verification
Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>master
parent
8a03ea03b9
commit
ea42d645d3
|
@ -70,7 +70,7 @@
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Build the POWER10 runtime on POWER, but only for downstream.
|
# Build the POWER10 runtime on POWER, but only for downstream.
|
||||||
%if %{cpuarch} == "power10"
|
%if "%{cpuarch}" == "power10"
|
||||||
%define buildpower10 1
|
%define buildpower10 1
|
||||||
%else
|
%else
|
||||||
%define buildpower10 0
|
%define buildpower10 0
|
||||||
|
|
Loading…
Reference in New Issue