mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-24 06:44:21 +00:00
Set download-ci-llvm false for Rust (#418)
This commit is contained in:
commit
338ad66432
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ HOST_CONFIGURE_ARGS = \
|
||||||
--disable-sanitizers \
|
--disable-sanitizers \
|
||||||
--release-channel=stable \
|
--release-channel=stable \
|
||||||
--enable-cargo-native-static \
|
--enable-cargo-native-static \
|
||||||
--set=llvm.download-ci-llvm=true \
|
--set=llvm.download-ci-llvm=false \
|
||||||
$(TARGET_CONFIGURE_ARGS)
|
$(TARGET_CONFIGURE_ARGS)
|
||||||
|
|
||||||
define Host/Uninstall
|
define Host/Uninstall
|
||||||
|
|
Loading…
Reference in a new issue