Commit 5019f79
Fix CMAKE_SYSTEM_PROCESSOR always hardcoded to ARM64
The script defined $CmakeArch correctly but never used it.
CMAKE_SYSTEM_PROCESSOR was always ARM64 even on x64 builds.
This was breaking x64 builds completely.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent cdb0715 commit 5019f79
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
0 commit comments