mirror of https://github.com/xemu-project/xemu.git
scripts/download-macos-libs.py: Add libslirp
This commit is contained in:
parent
e1cd23213f
commit
d14e3360d3
|
@ -182,7 +182,8 @@ def main():
|
|||
'libpixman',
|
||||
'libepoxy',
|
||||
'openssl11',
|
||||
'libpcap'])
|
||||
'libpcap',
|
||||
'libslirp'])
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Reference in New Issue