1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Set download-ci-llvm false for Rust

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-01-22 08:42:22 +01:00
parent aa3db5a62e
commit 2f3842962e

View file

@ -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