mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
nodejs: add riscv64
This commit is contained in:
parent
38936c1533
commit
b885635cf3
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ do_configure() {
|
|||
mips*) _args="--dest-cpu=mips" ;;
|
||||
i686*) _args="--dest-cpu=x86" ;;
|
||||
x86_64*) _args="--dest-cpu=x86_64" ;;
|
||||
riscv64*) _args="--dest-cpu=riscv64" ;;
|
||||
*) msg_error "$pkgver: cannot be cross compiled for ${XBPS_TARGET_MACHINE}.\n" ;;
|
||||
esac
|
||||
# this is necessary - for example, normally compiling from ppc64le
|
||||
|
|
Loading…
Add table
Reference in a new issue