[WIP] Fix winbash

This commit is contained in:
Matthieu Gautier
2024-04-30 14:55:59 +02:00
parent 6b08e12910
commit 1276a8b586

View File

@ -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):