mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-25 17:31:25 +00:00
parent
5511d9e1fe
commit
216ded8acb
|
@ -23,7 +23,7 @@ def _create_configure_script(configureParameters):
|
|||
|
||||
return "\n".join([
|
||||
"cd $INSTALLDIR",
|
||||
"cp -R $EXT_BUILD_ROOT/{}/. .".format(root),
|
||||
"##copy_dir_contents_to_dir## $$EXT_BUILD_ROOT$$/{}/. .".format(root),
|
||||
"./bootstrap.sh",
|
||||
])
|
||||
|
||||
|
@ -44,4 +44,7 @@ boost_build = rule(
|
|||
fragments = ["cpp"],
|
||||
output_to_genfiles = True,
|
||||
implementation = _boost_build,
|
||||
toolchains = [
|
||||
"@rules_foreign_cc//tools/build_defs/shell_toolchain/toolchains:shell_commands",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue