Fix jpeglib tag (1.0.2 not v1.0.2)
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user