Skip to content

Commit

Permalink
Merge branch 'master' into enable_libusb
Browse files Browse the repository at this point in the history
  • Loading branch information
faha223 committed Mar 10, 2024
2 parents 6f08d43 + 98aa18b commit c7013be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/download-macos-libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def get_latest_pkg_filename_url(self, pkg_name):

if len(pkgs) < 1:
print(f' [*] [ERROR] Unable to find version of {pkg_name} compatible with {self._darwin_target}.{self._arch}')
exit(1)

pkg_filename = pkgs[-1]
return pkg_filename, f'{pkg_base_url}/{pkg_filename}'
Expand Down

0 comments on commit c7013be

Please sign in to comment.