mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 18:21:26 +00:00
[WIP] Fix winbash
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user