mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 04:25:38 -04:00
WIP back to git bash.
This commit is contained in:
parent
c089d2eb7d
commit
d058f53c38
@ -20,14 +20,13 @@ class WinBashConfigInfo(ConfigInfo):
|
||||
|
||||
@property
|
||||
def configure_wrapper(self):
|
||||
yield "C:\\msys64\\usr\\bin\\bash.exe"
|
||||
|
||||
# yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||
# yield "C:\\msys64\\usr\\bin\\bash.exe"
|
||||
yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||
|
||||
@property
|
||||
def make_wrapper(self):
|
||||
yield "C:\\msys64\\usr\\bin\\bash.exe"
|
||||
# yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||
# yield "C:\\msys64\\usr\\bin\\bash.exe"
|
||||
yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||
yield "-c"
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user