Skip to content

Commit

Permalink
Added libusb1 to the list of libraries to install on macos to see if …
Browse files Browse the repository at this point in the history
…this fixes the build on arm64
  • Loading branch information
faha223 committed Feb 25, 2024
1 parent 2b0c5bf commit 297f79a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/download-macos-libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ def main():
'libepoxy',
'openssl11',
'libpcap',
'libslirp'])
'libslirp',
'libusb1'])

if __name__ == '__main__':
main()

0 comments on commit 297f79a

Please sign in to comment.