mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
choosenim: add riscv64 to template
This commit is contained in:
parent
aa5d33db36
commit
735ae1ccc7
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ do_build() {
|
|||
ppc64le*) arch=powerpc64el;;
|
||||
ppc64*) arch=powerpc64;;
|
||||
ppc*) arch=powerpc;;
|
||||
riscv64*) arch=riscv64;;
|
||||
*) msg_error "choosenim: $XBPS_TARGET_MACHINE unknown to template";;
|
||||
esac
|
||||
LDFLAGS+=" $($PKG_CONFIG --libs-only-l --static openssl)"
|
||||
LDFLAGS+=" $($PKG_CONFIG --libs-only-l --static libarchive)"
|
||||
|
|
Loading…
Add table
Reference in a new issue