Commit 408e057
committed
bazel: fix install script default path for standalone builds
Change default DEST_DIR from orfs-specific path to workspace-local path.
The previous default assumed OpenROAD was part of OpenROAD-flow-scripts.
Users can now:
- Install to default: bazel run :install
- Install to custom: bazel run :install -- /custom/path
Fixes #9775
Signed-off-by: alokkumardalei-wq <alokkumardalei2@gmail.com>1 parent 351788d commit 408e057
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments