Skip to content

Commit

Permalink
pw_env_setup: Rename 'gn-install-dir' to 'gn'
Browse files Browse the repository at this point in the history
Bug: b/268680943
Change-Id: I78a8264f686f0d9d4b3e932388c249f62045bbc7
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/145351
Reviewed-by: Anthony DiGirolamo <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Commit-Queue: Rob Mohr <[email protected]>
  • Loading branch information
mohrr authored and CQ Bot Account committed May 5, 2023
1 parent 7700088 commit 0376847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def pip_install(*args):

def install_packages(gn_target):
if gn_out_dir is None:
build_dir = os.path.join(venv_path, 'gn-install-dir')
build_dir = os.path.join(venv_path, 'gn')
else:
build_dir = gn_out_dir

Expand Down

0 comments on commit 0376847

Please sign in to comment.