Explicitly turn off guile support in built version of GNU make (#814)
This commit is contained in:
parent
83ab86e632
commit
eaf1092368
|
@ -30,7 +30,7 @@ def _make_tool_impl(ctx):
|
|||
]
|
||||
else:
|
||||
script = [
|
||||
"./configure --disable-dependency-tracking --prefix=$$INSTALLDIR$$",
|
||||
"./configure --without-guile --with-guile=no --disable-dependency-tracking --prefix=$$INSTALLDIR$$",
|
||||
"./build.sh",
|
||||
"./make install",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue