mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
scripts/gen-license.py: Add libcurl
This commit is contained in:
committed by
mborgerson
parent
3decda5614
commit
ccbf45aecf
@@ -380,6 +380,12 @@ Lib('miniz', 'https://github.com/richgel999/miniz',
|
||||
ships_static={windows}, platform={windows},
|
||||
version='2.1.0'
|
||||
),
|
||||
|
||||
Lib('libcurl', 'https://curl.se/',
|
||||
mit, 'https://raw.githubusercontent.com/curl/curl/refs/heads/master/COPYING',
|
||||
ships_static={windows}, platform={windows},
|
||||
submodule=Submodule('subprojects/curl.wrap')
|
||||
),
|
||||
]
|
||||
|
||||
def gen_license():
|
||||
|
||||
Reference in New Issue
Block a user