make xargo/build.sh more cross-platform

This commit is contained in:
Ralf Jung 2017-08-07 13:52:28 -07:00
parent 547f49ce8c
commit d0ac2b144d

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