Commit 8d493cc
committed
Add comment explaining why both CMAKE_ARGS and ENV compiler variables are needed
CMAKE_ARGS configures CMake with the correct compilers, while ENV variables
ensure build tools and subprocesses use the right compilers, which is
important for complex builds like Hermes.1 parent b1331e3 commit 8d493cc
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
| |||
0 commit comments