scripts/gen-license.py: Add libcurl

This commit is contained in:
Matt Borgerson
2025-03-07 22:12:49 -07:00
committed by mborgerson
parent 3decda5614
commit ccbf45aecf
2 changed files with 28 additions and 0 deletions
+6
View File
@@ -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():