Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For configure_in_place make a copy of the source code in case any fil…
Browse files Browse the repository at this point in the history
…es are modified in the source tree by configure
jsharpe committed Mar 31, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 79f6558 commit a6f420b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreign_cc/private/configure_script.bzl
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ def create_configure_script(
root_path = "$$EXT_BUILD_ROOT$$/{}".format(root)
configure_path = "{}/{}".format(root_path, configure_command)
if configure_in_place:
script.append("##symlink_contents_to_dir## $$EXT_BUILD_ROOT$$/{} $$BUILD_TMPDIR$$".format(root))
script.append("##copy_dir_contents_to_dir## $$EXT_BUILD_ROOT$$/{} $$BUILD_TMPDIR$$".format(root))
root_path = "$$BUILD_TMPDIR$$"
configure_path = "{}/{}".format(root_path, configure_command)

0 comments on commit a6f420b

Please sign in to comment.