From f829493502736ce6143900497bcaecc06283d145 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 22 Apr 2024 16:15:53 +0200 Subject: [PATCH] Set arch deps name on Windows. --- .github/scripts/build_definition.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/build_definition.py b/.github/scripts/build_definition.py index cc7c98f..53e5dd5 100644 --- a/.github/scripts/build_definition.py +++ b/.github/scripts/build_definition.py @@ -22,9 +22,9 @@ BUILD_DEF = """ | bionic | aarch64_mixed | BP | | | | | linux-aarch64-bionic | | ---------------------------------------------------------------------------------------------------------------------------------------------- # On Windows, we build only libzim for now. And only native_mixed as xapian doesn't compile as dll - | windows | native_static | Bd | | | | | win-x86_64 | | - | windows | native_dyn | Bd | | | | | win-x86_64 | | - | windows | native_mixed | BPd | | | | | win-x86_64 | | + | windows | native_static | Bd | | | | | win-x86_64 | win-x86_64 | + | windows | native_dyn | Bd | | | | | win-x86_64 | win-x86_64 | + | windows | native_mixed | BPd | | | | | win-x86_64 | win-x86_64 | ---------------------------------------------------------------------------------------------------------------------------------------------- # 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 |