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
+2 -2
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