Build native_mixed on windows

Xapian build with meson is static only.
This is mainly due to missing "ddl export" or ".def" file.

Autotool buildsystem seems to handle that automatically but not meson.
See https://github.com/mesonbuild/meson/issues/2132 about meson
supporting this.
This commit is contained in:
Matthieu Gautier 2024-08-12 15:55:09 +02:00
parent b026e7e06c
commit ef6f654e7b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: windows-latest
env:
OS_NAME: windows
COMPILE_CONFIG: native_dyn
COMPILE_CONFIG: native_mixed
HOME: 'C:\\Users\\runneradmin'
steps:
- name: Checkout code