We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c274a commit 82411c5Copy full SHA for 82411c5
miri
@@ -40,7 +40,7 @@ TARGET=$(rustc --version --verbose | grep "^host:" | cut -d ' ' -f 2)
40
SYSROOT=$(rustc --print sysroot)
41
LIBDIR=$SYSROOT/lib/rustlib/$TARGET/lib
42
# macOS does not have a useful readlink/realpath so we have to use Python instead...
43
-MIRIDIR=$(dirname "$(python -c 'import os, sys; print(os.path.realpath(sys.argv[1]))' "$0")")
+MIRIDIR=$(dirname "$(python3 -c 'import os, sys; print(os.path.realpath(sys.argv[1]))' "$0")")
44
if ! test -d "$LIBDIR"; then
45
echo "Something went wrong determining the library dir."
46
echo "I got $LIBDIR but that does not exist."
0 commit comments