SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
3 additions and
1 deletions
-
contrib/osx/make_osx
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/usr/bin/env bash |
|
|
|
|
|
|
|
# Parameterize |
|
|
|
PYTHON_VERSION=3.6.4 |
|
|
|
PYTHON_VERSION=3.6.7 |
|
|
|
BUILDDIR=/tmp/electrum-build |
|
|
|
PACKAGE=Electrum |
|
|
|
GIT_REPO=https://github.com/spesmilo/electrum |
|
|
@ -73,6 +73,8 @@ info "Downloading libusb..." |
|
|
|
curl https://homebrew.bintray.com/bottles/libusb-1.0.22.el_capitan.bottle.tar.gz | \ |
|
|
|
tar xz --directory $BUILDDIR |
|
|
|
cp $BUILDDIR/libusb/1.0.22/lib/libusb-1.0.dylib contrib/osx |
|
|
|
echo "82c368dfd4da017ceb32b12ca885576f325503428a4966cc09302cbd62702493 contrib/osx/libusb-1.0.dylib" | \ |
|
|
|
shasum -a 256 -c || fail "libusb checksum mismatched" |
|
|
|
DoCodeSignMaybe "libusb" "contrib/osx/libusb-1.0.dylib" "$APP_SIGN" # If APP_SIGN is empty will be a noop |
|
|
|
|
|
|
|
info "Building libsecp256k1" |
|
|
|