Commit 5c190f6
committed
make: also preserve PYTHON_EXE across UNSET_AND_MAKE
PYTHON_EXE follows the same `?=` then `export := $(PYTHON_EXE)` pattern
as OPENROAD_EXE / OPENSTA_EXE / YOSYS_EXE, so a caller-supplied value is
similarly stripped by UNSET_AND_MAKE because the re-export gives it
origin "file". Add PYTHON% to the exclusion list alongside the other
tool prefixes.
Addresses gemini-code-assist review feedback on PR #4159.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>1 parent 8826393 commit 5c190f6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments