mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
Merge pull request #291 from RalfJung/cross-platform
make xargo/build.sh more cross-platform
This commit is contained in:
+2
-2
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd "$(readlink -e "$(dirname "$0")")"
|
||||
#!/bin/sh
|
||||
cd "$(dirname "$0")"
|
||||
RUSTFLAGS='-Zalways-encode-mir -Zmir-emit-validate=1' xargo build
|
||||
|
||||
Reference in New Issue
Block a user