Skip to content

Commit f17c78f

Browse files
committed
Print rust version on Windows
1 parent 2d8074b commit f17c78f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ucrt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export PATH="$HOME/.cargo/bin:$PATH"
33
CARGO=$(which cargo)
44
if [ $? -eq 0 ] && [ -z "${FORCE_STATIC_GIFSKI}" ]; then
55
echo "Building from source using ${CARGO} $(cargo --version)"
6+
rustc --version || true
67
else
78
rm -f src/Makevars.ucrt
89
fi

0 commit comments

Comments
 (0)