We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a84cd commit 64757ceCopy full SHA for 64757ce
configure
@@ -15,9 +15,11 @@ if [ $? -eq 0 ]; then
15
MINOR=$(echo $VERNUM | cut -d'.' -f2) || true
16
if [ "$MAJOR" -eq "1" ] && [ "$MINOR" -lt "56" ]; then
17
echo "Found old rust. Using legacy gifski 1.4.3 build."
18
+ rm -f src/myrustlib/vendor.tar.xz
19
cp -f src/old-1.4.3/* src/myrustlib/
20
elif [ "$MAJOR" -eq "1" ] && [ "$MINOR" -lt "65" ]; then
21
echo "Found old rust. Using legacy gifski 1.6.6 build."
22
23
cp -f src/old-1.6.6/* src/myrustlib/
24
fi
25
0 commit comments