mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-28 08:43:26 +00:00
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:
|
else:
|
||||||
script = [
|
script = [
|
||||||
"./configure --disable-dependency-tracking --prefix=$$INSTALLDIR$$",
|
"./configure --without-guile --with-guile=no --disable-dependency-tracking --prefix=$$INSTALLDIR$$",
|
||||||
"./build.sh",
|
"./build.sh",
|
||||||
"./make install",
|
"./make install",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue