Commit bf8e849
committed
flow: scripts: variables: Fix KEPLER_FORMAL_EXE export
Fix KEPLER_FORMAL_EXE export overriding user assignments 'export VAR := $(VAR)'
re-assigns the variable with simple expansion, causing the ?= default to
always win over user-provided values. Change to plain 'export' to only mark
it for export without reassigning.
Signed-off-by: Daniel Schultz <dnltz@aesc-silicon.de>1 parent e0f1ad3 commit bf8e849
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments