summaryrefslogtreecommitdiff
path: root/repo/devel/rustc.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/devel/rustc.xibuild')
-rw-r--r--repo/devel/rustc.xibuild2
1 files changed, 1 insertions, 1 deletions
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
}