mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
community/river: please linter
This commit is contained in:
parent
408664c5c2
commit
28dcc05f80
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ source="
|
|||
|
||||
# We may want other than "baseline" for other targets, when enabled by zig
|
||||
case "$CARCH" in
|
||||
aarch64|x86_64) cputarget=baseline ;;
|
||||
aarch64|x86_64) _cputarget=baseline ;;
|
||||
esac
|
||||
|
||||
build() {
|
||||
|
@ -42,7 +42,7 @@ build() {
|
|||
-Dpie \
|
||||
-Dxwayland \
|
||||
--prefix /usr install \
|
||||
${cputarget:+-Dcpu="$cputarget"}
|
||||
${_cputarget:+-Dcpu="$_cputarget"}
|
||||
}
|
||||
|
||||
check() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue