Skip to content

Commit d0ac2b1

Browse files
committed
make xargo/build.sh more cross-platform
1 parent 547f49c commit d0ac2b1

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)