Skip to content

Commit

Permalink
hack to make xargo libstd build work again
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Aug 23, 2017
1 parent 5d60c61 commit 4cfda6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xargo/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
cd "$(dirname "$0")"
sed 's/gcc = "0\.3\.50"/gcc = "=0\.3\.50"/' -i ~/.rustup/toolchains/*/lib/rustlib/src/rust/src/libstd/Cargo.toml
RUSTFLAGS='-Zalways-encode-mir -Zmir-emit-validate=1' xargo build

0 comments on commit 4cfda6a

Please sign in to comment.