Skip to content

Commit 3adda14

Browse files
committed
Merge pull request #162 from floe/fix_script
fix typo in shell script variable
2 parents 7936c41 + 91983c2 commit 3adda14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

depends/install_mac.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ mv libjpeg-turbo-$LIBJPEG_VERSION $LIBJPEG_SOURCE_DIR
1717
cd $LIBJPEG_SOURCE_DIR
1818

1919
# 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 ./
20+
cp $LIBUSB_SOURCE_DIR/config.guess ./
21+
cp $LIBUSB_SOURCE_DIR/config.sub ./
2222
./configure --disable-dependency-tracking --host x86_64-apple-darwin --with-jpeg8 --prefix=$LIBJPEG_INSTALL_DIR
2323
make && make install
2424

0 commit comments

Comments
 (0)