[CI] Build kiwix-desktop on Windows

This commit is contained in:
Matthieu Gautier 2024-08-21 16:44:53 +02:00
parent 3d40dbbaad
commit 702292c14c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ BUILD_DEF = """
# On Windows, we build only libzim for now. And only native_mixed as xapian doesn't compile as dll
| windows | native_static | Bd | d | | d | | win-x86_64 | win-x86_64-static |
| windows | native_dyn | Bd | | | | | win-x86_64 | win-x86_64-dyn |
| windows | native_mixed | BPd | d | | | d | win-x86_64 | win-x86_64-mixed |
| windows | native_mixed | BPd | d | | | Bd | win-x86_64 | win-x86_64-mixed |
----------------------------------------------------------------------------------------------------------------------------------------------
# Osx builds, build binaries on native_dyn and native_static. On anyother things, build only the libraries
| macos | native_dyn | d | d | dB | B | | | macos-x86_64-dyn |