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.
2 parents 7936c41 + 91983c2 commit 3adda14Copy full SHA for 3adda14
depends/install_mac.sh
@@ -17,8 +17,8 @@ mv libjpeg-turbo-$LIBJPEG_VERSION $LIBJPEG_SOURCE_DIR
17
cd $LIBJPEG_SOURCE_DIR
18
19
# libjpeg-turbo is missing some files config files (config.guess and config.sub)
20
-cp $LIBUSBX_SOURCE_DIR/config.guess ./
21
-cp $LIBUSBX_SOURCE_DIR/config.sub ./
+cp $LIBUSB_SOURCE_DIR/config.guess ./
+cp $LIBUSB_SOURCE_DIR/config.sub ./
22
./configure --disable-dependency-tracking --host x86_64-apple-darwin --with-jpeg8 --prefix=$LIBJPEG_INSTALL_DIR
23
make && make install
24
0 commit comments