mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
scripts/gen-license.py: Drop openssl
This commit is contained in:
committed by
mborgerson
parent
7c8cde51d1
commit
f305279f67
@@ -341,16 +341,6 @@ Lib('libsamplerate', 'https://github.com/libsndfile/libsamplerate',
|
||||
pkg_mac='libsamplerate',
|
||||
),
|
||||
|
||||
Lib('openssl', 'https://www.openssl.org/',
|
||||
apache2, 'https://raw.githubusercontent.com/openssl/openssl/master/LICENSE.txt',
|
||||
ships_static={windows}, ships_dynamic={macos},
|
||||
pkgconfig=PkgConfig('openssl'),
|
||||
pkg_win='openssl',
|
||||
pkg_mac='openssl',
|
||||
pkg_ubuntu='libssl-dev'
|
||||
),
|
||||
|
||||
# openssl dep
|
||||
Lib('zlib', 'https://zlib.net/',
|
||||
zlib, 'https://raw.githubusercontent.com/madler/zlib/master/README', license_lines=(87,106),
|
||||
ships_static={windows}, ships_dynamic={macos},
|
||||
|
||||
Reference in New Issue
Block a user