Skip to content

Commit 14e8f50

Browse files
authored
Merge pull request rust-lang#291 from RalfJung/cross-platform
make xargo/build.sh more cross-platform
2 parents 547f49c + d0ac2b1 commit 14e8f50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xargo/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/bin/bash
2-
cd "$(readlink -e "$(dirname "$0")")"
1+
#!/bin/sh
2+
cd "$(dirname "$0")"
33
RUSTFLAGS='-Zalways-encode-mir -Zmir-emit-validate=1' xargo build

0 commit comments

Comments
 (0)