Skip to content

Commit

Permalink
bump libusb-1.0.23 to libusb-1.0.27
Browse files Browse the repository at this point in the history
 * #87
  • Loading branch information
maltfield committed Jul 28, 2024
1 parent 0f9fafd commit 8a17407
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build/mac/buildDmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ set -x
#
# Authors: Michael Altfield <[email protected]>
# Created: 2020-06-24
# Updated: 2024-03-22
# Version: 1.0
# Updated: 2024-07-27
# Version: 1.1
################################################################################

################################################################################
Expand Down Expand Up @@ -356,16 +356,16 @@ export all_proxy='http://example.com:9999'
# libusb depend for MacOS, from:
# * https://libusb.info/
# * https://github.com/libusb/libusb/releases/download/v1.0.23/libusb-1.0.23.tar.bz2
cp build/deps/libusb-1.0.23.tar.bz2 /tmp/
cp build/deps/libusb-1.0.27.tar.bz2 /tmp/
pushd /tmp
tar -xjvf libusb-1.0.23.tar.bz2
pushd libusb-1.0.23
tar -xjvf libusb-1.0.27.tar.bz2
pushd libusb-1.0.27
./configure
make
popd
popd
find /tmp | grep -i dylib
cp /tmp/libusb-1.0.23/libusb/.libs/libusb-1.0.dylib src/
cp /tmp/libusb-1.0.27/libusb/.libs/libusb-1.0.dylib src/

# gpg depends for MacOS, from:
# * https://github.com/BusKill/buskill-app/issues/36
Expand Down

0 comments on commit 8a17407

Please sign in to comment.