mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-22 03:47:10 -04:00
make is not a script !!!!!
This commit is contained in:
parent
da2f9e6532
commit
4d7f6e26c6
@ -21,10 +21,12 @@ class WinBashConfigInfo(ConfigInfo):
|
|||||||
@property
|
@property
|
||||||
def configure_wrapper(self):
|
def configure_wrapper(self):
|
||||||
yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||||
|
yield "-c"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def make_wrapper(self):
|
def make_wrapper(self):
|
||||||
yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||||
|
yield "-c"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def binaries(self):
|
def binaries(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user