mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-17 19:30:11 -04:00
WIP
This commit is contained in:
parent
c9078c0ca1
commit
f87f1ae185
@ -21,8 +21,14 @@ class WinBashConfigInfo(ConfigInfo):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def configure_wrapper(self):
|
def configure_wrapper(self):
|
||||||
# yield "C:\\msys64\\usr\\bin\\bash.iexe"
|
if True:
|
||||||
yield str(Path.home() / "Git" / "bin" / "bash.exe")
|
yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||||
|
else:
|
||||||
|
yield str(Path.home() / "Git" / "bin" / "bash.exe")
|
||||||
|
yield "--noprofile"
|
||||||
|
yield "--norc"
|
||||||
|
yield "-e"
|
||||||
|
yield "-o"
|
||||||
|
|
||||||
# yield "C:\\msys64\\usr\\bin\\bash.exe"
|
# yield "C:\\msys64\\usr\\bin\\bash.exe"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user