etc/defaults.conf: fix aarch64* binary bootstrap/update
This commit is contained in:
parent
2bf11cd325
commit
54fb7c9b9e
|
@ -17,7 +17,7 @@
|
||||||
# [OPTIONAL]
|
# [OPTIONAL]
|
||||||
# Enable optional arguments to xbps-install for the host system.
|
# Enable optional arguments to xbps-install for the host system.
|
||||||
# Currently used in the binary-bootstrap bootstrap-update targets.
|
# Currently used in the binary-bootstrap bootstrap-update targets.
|
||||||
XBPS_INSTALL_ARGS="--repository=https://repo.voidlinux.eu/current --repository=https://repo.voidlinux.eu/current/musl"
|
XBPS_INSTALL_ARGS="--repository=https://repo.voidlinux.eu/current --repository=https://repo.voidlinux.eu/current/musl --repository=https://repo.voidlinux.eu/current/aarch64"
|
||||||
|
|
||||||
# [OPTIONAL]
|
# [OPTIONAL]
|
||||||
# Native Compilation/Preprocessor flags for C and C++. Additional settings
|
# Native Compilation/Preprocessor flags for C and C++. Additional settings
|
||||||
|
|
Loading…
Reference in New Issue