mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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;;
|
ppc64le*) arch=powerpc64el;;
|
||||||
ppc64*) arch=powerpc64;;
|
ppc64*) arch=powerpc64;;
|
||||||
ppc*) arch=powerpc;;
|
ppc*) arch=powerpc;;
|
||||||
|
riscv64*) arch=riscv64;;
|
||||||
|
*) msg_error "choosenim: $XBPS_TARGET_MACHINE unknown to template";;
|
||||||
esac
|
esac
|
||||||
LDFLAGS+=" $($PKG_CONFIG --libs-only-l --static openssl)"
|
LDFLAGS+=" $($PKG_CONFIG --libs-only-l --static openssl)"
|
||||||
LDFLAGS+=" $($PKG_CONFIG --libs-only-l --static libarchive)"
|
LDFLAGS+=" $($PKG_CONFIG --libs-only-l --static libarchive)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue