Publish release source archive on "native_mixed" platform.

`libzim` is build on "native_mixed", not "native_dyn".
This commit is contained in:
Matthieu Gautier 2020-05-25 13:08:57 +02:00
parent 22da0f3b6d
commit 497967236e
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ for target in TARGETS:
# We have few more things to do for release:
if RELEASE:
# 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:
if release_versions.get(target) != 0:
continue