make xargo/build.sh more cross-platform
This commit is contained in:
parent
547f49ce8c
commit
d0ac2b144d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user