Skip to content

Commit

Permalink
sudo rights for make install
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgriffin committed Dec 20, 2024
1 parent 1a6a908 commit 25ff85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make_libusb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ info "Building $pkgname..."
|| fail "Could not configure $pkgname. Please make sure you have a C compiler installed and try again."
fi
make "-j$CPU_COUNT" || fail "Could not build $pkgname"
make install || warn "Could not install $pkgname"
sudo make install || warn "Could not install $pkgname"
. "$here/$pkgname/libusb/.libs/libusb-1.0.la"
host_strip "$here/$pkgname/libusb/.libs/$dlname"
TARGET_NAME="$dlname"
Expand Down

0 comments on commit 25ff85d

Please sign in to comment.