[WIP] Fix winbash
This commit is contained in:
parent
6b08e12910
commit
1276a8b586
|
@ -7,9 +7,11 @@ from kiwixbuild._global import get_target_step
|
||||||
class WinBashConfigInfo(ConfigInfo):
|
class WinBashConfigInfo(ConfigInfo):
|
||||||
"""This config is kind of internal config to compile xapian using git bash."""
|
"""This config is kind of internal config to compile xapian using git bash."""
|
||||||
|
|
||||||
|
build = "winbash"
|
||||||
name = "win_bash"
|
name = "win_bash"
|
||||||
compatible_hosts = ["Windows"]
|
compatible_hosts = ["Windows"]
|
||||||
exe_wrapper_def = ""
|
exe_wrapper_def = ""
|
||||||
|
static = True
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def arch_name(self):
|
def arch_name(self):
|
||||||
|
|
Loading…
Reference in New Issue