Use specsubst to set target_arch
This commit is contained in:
parent
edbc53246e
commit
a08867de40
@ -0,0 +1 @@
|
||||
specsubst: target_arch
|
@ -1,8 +1,9 @@
|
||||
|
||||
# %%define target_arch aarch64
|
||||
# %%define target_arch arm
|
||||
# %%define target_arch mipsel
|
||||
# %%define target_arch riscv64
|
||||
%define target_arch aarch64
|
||||
%define target_arch @target_arch@
|
||||
|
||||
|
||||
%if "%target_arch" == "aarch64"
|
||||
|
Loading…
Reference in New Issue
Block a user