Merge pull request #291 from RalfJung/cross-platform

make xargo/build.sh more cross-platform
This commit is contained in:
Ralf Jung 2017-08-07 14:45:29 -07:00 committed by GitHub
commit 14e8f500af

View file

@ -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