Skip to content

Commit

Permalink
commented out the libusb package to see what effect that has on the b…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
faha223 committed Feb 26, 2024
1 parent 6270cb5 commit 3aba8f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/download-macos-libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ def main():
'libepoxy',
'openssl11',
'libpcap',
'libslirp',
'libusb'])
'libslirp'])
# 'libusb'])

if __name__ == '__main__':
main()

0 comments on commit 3aba8f6

Please sign in to comment.