Explicitly turn off guile support in built version of GNU make (#814)

This commit is contained in:
James Sharpe 2021-11-18 23:30:30 +00:00 committed by GitHub
parent 83ab86e632
commit eaf1092368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",
]