Commit c0383d5
committed
Allow setting the clang++ environment variable
'+' isn't allowed in environment variable names so it's impossible to
set the Clang++ executable at the moment. Replace `+` with `X` so that
we can set `SWIFT_DRIVER_CLANGXX_EXEC` to set the clang++ executable.1 parent 3a35503 commit c0383d5
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
200 | 203 | | |
201 | 204 | | |
202 | 205 | | |
| |||
0 commit comments