From 1276a8b5864b64bf0c5d480a9b4c5bf691fcef29 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 30 Apr 2024 14:55:59 +0200 Subject: [PATCH] [WIP] Fix winbash --- kiwixbuild/configs/winbash.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kiwixbuild/configs/winbash.py b/kiwixbuild/configs/winbash.py index 431511e..b957608 100644 --- a/kiwixbuild/configs/winbash.py +++ b/kiwixbuild/configs/winbash.py @@ -7,9 +7,11 @@ from kiwixbuild._global import get_target_step class WinBashConfigInfo(ConfigInfo): """This config is kind of internal config to compile xapian using git bash.""" + build = "winbash" name = "win_bash" compatible_hosts = ["Windows"] exe_wrapper_def = "" + static = True @property def arch_name(self):