Fixed zlib recipe on linux.
This commit is contained in:
parent
4e579121db
commit
29791d2e9c
@ -9,9 +9,7 @@ _TAG_PATTERN = re.compile(r'^v([0-9]+)\.([0-9]+)(?:\.([0-9]+))?$')
|
|||||||
|
|
||||||
def _build_lib_name(env: Environment) -> str:
|
def _build_lib_name(env: Environment) -> str:
|
||||||
if os.name == 'posix':
|
if os.name == 'posix':
|
||||||
return {
|
return 'z'
|
||||||
'debug': 'zd'
|
|
||||||
}.get(env['BUILD_TYPE'], 'z')
|
|
||||||
elif os.name == 'nt':
|
elif os.name == 'nt':
|
||||||
return {
|
return {
|
||||||
'debug': 'zlibstaticd'
|
'debug': 'zlibstaticd'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user