From 5d17325bc11fe0525c9aea5d64c4c09efcff3d86 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 5 Feb 2022 10:13:43 +0000 Subject: removed libiconv references --- repo/devel/rustc.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/devel/rustc.xibuild') diff --git a/repo/devel/rustc.xibuild b/repo/devel/rustc.xibuild index 97f6b3f..c6c6777 100644 --- a/repo/devel/rustc.xibuild +++ b/repo/devel/rustc.xibuild @@ -51,7 +51,7 @@ EOF } build () { - export RUSTFLAGS="$RUSTFLAGS -C link-arg=-lffi -C link-arg=-liconv" && + export RUSTFLAGS="$RUSTFLAGS -C link-arg=-lffi" && python3 ./x.py build --exclude src/tools/miri } -- cgit v1.2.1