Publish release source archive on "native_mixed" platform.
`libzim` is build on "native_mixed", not "native_dyn".
This commit is contained in:
parent
22da0f3b6d
commit
497967236e
|
@ -66,7 +66,7 @@ for target in TARGETS:
|
||||||
# We have few more things to do for release:
|
# We have few more things to do for release:
|
||||||
if RELEASE:
|
if RELEASE:
|
||||||
# Publish source archives
|
# Publish source archives
|
||||||
if PLATFORM_TARGET == "native_dyn" and OS_NAME != "osx":
|
if PLATFORM_TARGET in ("native_dyn", "native_mixed") and OS_NAME != "osx":
|
||||||
for target in TARGETS:
|
for target in TARGETS:
|
||||||
if release_versions.get(target) != 0:
|
if release_versions.get(target) != 0:
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue