mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nodejs: enable aarch64.
This commit is contained in:
parent
f5568c65ba
commit
2f157530af
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ do_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
arm*) _args="--dest-cpu=arm --without-snapshot" ;;
|
arm*) _args="--dest-cpu=arm --without-snapshot" ;;
|
||||||
|
aarch64*) _args="--dest-cpu=arm64 --without-snapshot" ;;
|
||||||
*) msg_error "$pkgver: cannot be cross compiled for ${XBPS_TARGET_MACHINE}\n" ;;
|
*) msg_error "$pkgver: cannot be cross compiled for ${XBPS_TARGET_MACHINE}\n" ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue