Fix jpeglib tag (1.0.2 not v1.0.2)

This commit is contained in:
Aaron D. Lee
2026-01-10 22:33:15 -05:00
parent 27c5b08d41
commit db763f1464

View File

@@ -347,7 +347,7 @@ else
# Clone from GitHub (PyPI source tarball is missing .h files) # Clone from GitHub (PyPI source tarball is missing .h files)
echo " Cloning jpeglib from GitHub..." echo " Cloning jpeglib from GitHub..."
git clone --depth 1 --branch v1.0.2 https://github.com/martinbenes1996/jpeglib.git git clone --depth 1 --branch 1.0.2 https://github.com/martinbenes1996/jpeglib.git
cd jpeglib cd jpeglib
CJPEGLIB="src/jpeglib/cjpeglib" CJPEGLIB="src/jpeglib/cjpeglib"