Skip to content

Commit

Permalink
Fix directory path for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Aug 26, 2021
1 parent fa71983 commit 4d65e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/osx/make_osx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ cp "$PROJECT_ROOT"/electrum_grs/libzbar.0.dylib "$CONTRIB"/osx

info "Building libusb dylib..."
"$CONTRIB"/make_libusb.sh || fail "Could not build libusb dylib"
cp "$PROJECT_ROOT"/electrum/libusb-1.0.dylib "$CONTRIB"/osx
cp "$PROJECT_ROOT"/electrum_grs/libusb-1.0.dylib "$CONTRIB"/osx


info "Installing requirements..."
Expand Down

0 comments on commit 4d65e99

Please sign in to comment.