Commit 9cdfc47
authored
Check HXCPP_ARCH before defaulting to host arch (HaxeFoundation#1122)
* Check HXCPP_ARCH before defaulting to host arch
Right now HXCPP_ARCH is ignored, which means you can get situations
where `HXCPP_ARM64` is set but the architecture is x86_64 so you may end
up with a broken build.
* Fix formatting1 parent f97a11e commit 9cdfc47
1 file changed
Lines changed: 16 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
141 | 156 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | 157 | | |
147 | 158 | | |
148 | 159 | | |
| |||
0 commit comments