Do not use a specific target native_desktop.

`native_desktop` is not a real target_platform. It is workaround to
specify "build only kiwix-desktop on native_dyn".

It was useful, when we need to build kiwix-desktop on a different build
env than the other project (because of packaging constraints).
Now we can build kiwix-desktop and all other projects on the same build
env, we can remove it and build kiwix-desktop with other `native_dyn`.
This commit is contained in:
Matthieu Gautier
2023-05-12 10:30:42 +02:00
parent 7db434ee6d
commit 8237adf950
3 changed files with 1 additions and 5 deletions

View File

@ -32,7 +32,7 @@ BUILD_DEF = """
| | | flatpak | | | | | B |
-------------------------------------------------------------------------------------------------------
| | | native_static | d | d | dB | dB | |
| | | native_dyn | d | d | dB | dB | |
| | | native_dyn | d | d | dB | dB | B |
| | | native_mixed | B | B | | | |
# libzim CI is building alpine_dyn but not us
| | | android_arm | dB | dB | | | |